nimaw/lara-commands
Composer 安装命令:
composer require nimaw/lara-commands
包简介
Laravel extra commands not exists in core commands list.
README 文档
README
A package for more Laravel commands.
Installation
This package can be installed via Composer:
composer require nimaw/lara-commands --dev
The Nimaw\LaraCommands\LaraCommandsServiceProvider is auto-discovered and registered by default.
If you want to register it yourself, add the ServiceProvider in config/app.php:
'providers' => [ /* * Package Service Providers... */ Nimaw\LaraCommands\LaraCommandsServiceProvider::class, ]
Usage
After finish installation you can use command's easly.
| Command | Description |
|---|---|
| php artisan make:view | Create new view template |
| php artisan make:trait | Create new Trait class |
| php artisan make:service | Create new Service class |
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-06