laravel make:scope command
A very small laravel package to support make:scope command to laravel. You can read about query scopes on laravel documentation.
- PHP >= 7.2 || 8.0
- Laravel 6.x || 7.x || 8.x
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.