inani / laravel-controllers-generator
A Laravel package to create for you controllers used in routes
dev-master
2019-04-01 10:20 UTC
Requires
This package is auto-updated.
Last update: 2024-10-22 15:00:08 UTC
README
A package that will help developers to generate all the missing controllers used in the routes.
Installation:
First, install the package through Composer.
composer require inani/laravel-controllers-generator
Usage:
Its very easy, you just need to run the commande line
php artisan generate:controllers
Exception:
There is only one exception is that you can't create An invokable Controller since it rises an exception before it reaches the commande.