This package for generating custom Views, Controllers, Models, Request and etc.
sirio/laravel-command is a Laravel package for this package for generating custom views, controllers, models, request and etc..
It currently has 0 GitHub stars and 19 downloads on Packagist (latest version v0.3.1).
Install it with composer require sirio/laravel-command.
Discover more Laravel packages by sirio
or browse all Laravel packages to compare alternatives.
Last updated
This is package to integrate Laravel Create Command with Laravel. It includes a ServiceProvider to register the command.
Require this package using composer.
composer require sirio/laravel-command
Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [
// ...
Sirio\LaravelCommand\SirioCommandServiceProvide::class,
];