A package for more Laravel commands.
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,
]
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 |
The MIT License (MIT). Please see License File for more information.