- TIL: Laravel’s Factory::forEachSequence https://cosmastech.com/2025/01/04/for-each-sequence.html 13 comments laravel
- Avoid Leaking Model Info: Securing Responses When a Model Is Not Found https://cosmastech.com/2024/12/21/how-to-obscure-model-details-when-model-not-found.html 10 comments laravel
- How I Removed 16k Queries Per Day In Our App (It's Probably Not What You Think) https://cosmastech.com/2024/09/18/how-i-reduced-16k-queries.html 9 comments laravel
- Laravel People (Generally) Don't Like Repositories https://cosmastech.com/2024/09/13/repository-pattern-with-active-record.html 42 comments laravel
- The Pitfalls of Events and Laravel Observers in Large Teams https://cosmastech.com/2024/08/18/laravel-observers-and-models.html 18 comments laravel
- Keep your code clean with the new WithoutRelations attribute https://cosmastech.com/2023/08/15/without-relations-attributes.html 9 comments laravel
- Stop unintentionally revealing database information: set Laravel’s default Gate rejection response https://cosmastech.com/2023/07/06/set-your-default-gate-response.html 12 comments laravel