Level Up Laravel
A collection of small but effective Laravel lessons that boost your Laravel skills.
Lifetime access for FREE!
Also available on Youtube
Course Content
FREE Laravel API Resource: Loading relationship the right way
We build our API on Resource Classes, but how can we avoid infinite nested relationship loading? Let's learn to address this by eager loading!FREE Site-wide Search with Laravel Scout
Implementing site wide / full site search in Laravel may not be straight forward. Let's talk about it more in this tutorial.FREE Laravel: How to Paginate Collection
Laravel supports eloquent model pagination out of the box, but not custom collection. This quick tutorial will show you an easy way to paginate any collections.
Laravel API Resource: Loading relationship the right way
We build our API on Resource Classes, but how can we avoid infinite nested relationship loading? Let's learn to address this by eager loading!