sirio/laravel-command
Composer 安装命令:
composer require sirio/laravel-command
包简介
This package for generating custom Views, Controllers, Models, Request and etc.
README 文档
README
This is package to integrate Laravel Create Command with Laravel. It includes a ServiceProvider to register the command.
Installation
Require this package using composer.
composer require sirio/laravel-command
Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [ // ... Sirio\LaravelCommand\SirioCommandServiceProvide::class, ];
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-19