denizozturk/quick-command
最新稳定版本:v1.0
Composer 安装命令:
composer require denizozturk/quick-command
包简介
This is a collection of quick commands for your laravel project. It includes commands for actions, enums, helper, traits and other stuff.
README 文档
README
This is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.
Installation
You can install the package via composer:
composer require denizozturk/quick-command
Usage
php artisan quick:make CollectionName --type=action
Note You can use
php artisan quick:makecommand with--type=actionor--type=contractor--type=enumor--type=helperor--type=trait
Warning If you created a global helper, you should update your
compose.jsonfile. As you can see in the example below:
{
"autoload": {
"files": [
"app/Helpers/helpers.php"
]
}
}
Testing
composer test
TODO
- Add support to more types
- Add support for useful patterns
- Add support arguments for commands
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-14