Posts Tagged "Laravel 8"

Find N+1 problems instantly by disabling lazy loading

In the next release of Laravel 8, you can strictly disable lazy loading entirely, resulting in an exception: Preventing lazy loading in development can help you catch N+1 bugs earlier on in the development process. The Laravel ecosystem has various

Read More

Laravel 8 is just released!

Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features. Before we jump into the new features,

Read More