james.xue/lumen-generator
Composer 安装命令:
composer require james.xue/lumen-generator
包简介
文件生成器
README 文档
README
Installation:
composer require james.xue/lumen-generator --dev
Inside your bootstrap/app.php file, add:
$app->register(\Vinhson\LumenGeneratorServiceProvider::class);
Commands:
| command | description |
|---|---|
| php artisan env | Display the current framework environment |
| php artisan make:command name | Create a new command file |
| php artisan make:controller name | Create a new controller file |
| php artisan make:event name | Create a new event file |
| php artisan make:exception name || php artisan make:exception name -r | Create a new custom exception class |
| php artisan make:factory | Create a new model factory |
| php artisan make:jon name | Create a new jon file |
| php artisan make:listener name || php artisan make:listener name -event EventName | Create a new listener file |
| php artisan make:middleware name | Create a new middleware file |
| php artisan make:model name | Create a new model file |
| php artisan make:observer name || php artisan make:observer name -model ModelName | Create a new observer file |
| php artisan make:provider | Create a new service provider class |
| php artisan make:request name | Create a new request file |
| php artisan make:rule name | Create a new validation rule |
| php artisan event:generate | Generate the missing events and listeners based on registration |
| php artisan key:generate | Set the application key |
| php artisan storage:link | Create a symbolic link from "public/storage" to "storage/app/public |
统计信息
- 总下载量: 220
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-05