akiyamaSM / laravel-controllers-generator

A Laravel package that will generate for you controllers used in routes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Laravel package that will generate for you controllers used in routes


Languages

Language:PHP 100.0%