How to reuse database queries in Laravel
Often in database heavy applications in Laravel, we have numerous database queries to fetch various types of data. You might use them in controllers, services, console commands, admins, and other pieces of code. Often these queries are not organized ...
blog.mayankjani.com3 min read