Using Eloquent query scopes in your project? Consider swapping them out for custom query builders. Custom query builders are model-specific, class-based builders that provide better organisation, IDE autocompletion, and more.
We'll start this course by defining some standard scopes, refactor them, and discuss the benefits of custom builders.
This course is for you if: