devaissa/file-generator-command
Composer 安装命令:
composer require devaissa/file-generator-command
包简介
create custom files from command line (php artisan)
README 文档
README
Installation
Create custom files from command lines (php artisan)
composer require devaissa/file-generator-command:"^1.1.1"
Configuration
Inside your bootstrap/app.php file, add:
$app->register(Devaissa\FileGeneratorCommand\FileGeneratorServiceProvider::class);
Available Command
make:file name --cat=file-type (interface,class,trait ) Create a new file (interface || class || trait)
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-01