Learn how to prevent scheduling logic from slowing down your artisan/composer commands in Laravel 11.
Learn how to get Laravel to turn exceptions into legitmate API responses, rather than having to catch them and convert them manually each time.
A list of interesting add-ons that could be quite useful and a dedicated blog post.
Learn how to define the relationships between models for Eloquent queries in Laravel.
A cheatsheet for Laravel covering the topics of models, factories, and database queries.
This tutorial will show you how you can quickly add a UUID trait, which you can then add to your models, so that they are using a UUID for their primary key/identifier.
Learn how to make use of Laravel queues to schedule background (asynchronous) jobs.
Implement a defensive step in your Laravel framework by throwing an exception if an expected environment variable is not set, rather than reverting back to some default that is probably not appropriate.
Fix an issue with Laravel not recognizing your requests as ajax requests.
Add support for Laravel in Netbeans so that you can get auto-completion and hints working.