Looking to hire Laravel developers? Try LaraJobs

laravel-controllers-generator maintained by inani

Description
A Laravel package to create for you controllers used in routes
Last update
2019/04/01 12:20 (dev-master)
License
Links
Downloads
12

Comments
comments powered by Disqus

Laravel controllers generator

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.