A Laravel package to create for you controllers used in routes
inani/laravel-controllers-generator is a Laravel package for a laravel package to create for you controllers used in routes.
It currently has 7 GitHub stars and 12 downloads on Packagist.
Install it with composer require inani/laravel-controllers-generator.
Discover more Laravel packages by inani
or browse all Laravel packages to compare alternatives.
Last updated
A package that will help developers to generate all the missing controllers used in the routes.
First, install the package through Composer.
composer require inani/laravel-controllers-generator
Its very easy, you just need to run the commande line
php artisan generate:controllers
There is only one exception is that you can't create An invokable Controller since it rises an exception before it reaches the commande.