inani/laravel-controllers-generator

A Laravel package to create for you controllers used in routes

dev-master 2019-04-01 10:20 UTC

This package is auto-updated.

Last update: 2024-03-22 13:19:47 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.