nimaw / lara-commands
Laravel extra commands not exists in core commands list.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/nimaw/lara-commands
Requires
- php: >=5.5.0
- illuminate/console: >=5.1
- illuminate/support: >=5.1
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-10-21 16:05:34 UTC
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.