inani / laravel-controllers-generator
A Laravel package to create for you controllers used in routes
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/inani/laravel-controllers-generator
Requires
This package is auto-updated.
Last update: 2025-09-22 17:13:19 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.