SamAsEnd / laravel-make-scope
此包已被弃用且不再维护。未建议替代包。
为Laravel带来make:scope命令
v1.1.0
2021-07-05 02:55 UTC
Requires
- php: ^7.2|^8.0
- illuminate/console: ^6.0|^7.0|^8.0
- illuminate/support: ^6.0|^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^4.0
This package is auto-updated.
Last update: 2023-06-21 07:33:46 UTC
README
一个非常小的Laravel包,支持在Laravel中执行make:scope命令。您可以在Laravel文档上了解更多关于查询作用域的信息。
先决条件
- 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://news.laravel.net.cn/laravel-scopes-generator
许可证
此包在MIT许可证下发布。有关详细信息,请参阅附带LICENSE文件。