A very small laravel package to support make:scope command to laravel. You can read about query scopes on laravel documentation.
composer require --dev samasend/laravel-make-scope
php artisan make:scope AgeScope
https://laravel-news.com/laravel-scopes-generator
This package is released under the MIT Licence. See the bundled LICENSE file for details.