Laravel Package that helps Ease up the task of generating controllers with similar code structure
olat-nji/controller-generator is a Laravel package for laravel package that helps ease up the task of generating controllers with similar code structure.
It currently has 0 GitHub stars and 9 downloads on Packagist.
Install it with composer require olat-nji/controller-generator.
Discover more Laravel packages by olat-nji
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Package that helps Ease up the task of generating controllers with similar code structure
Laravel >=8.0
PHP >= 7.3
Run
composer require olat-nji/controller-generator
Create your controllers.
php artisan controller:generate blog students
php artisan controller:generate quotes --noimage --namespace=admin
Service provider will be discovered automatically.
Uxweb/Sweetalert and Spatie/laravel-searchable are automatically integrated
Olatunji Olayemi :email: Email Me
This project is licensed under the MIT License - see the License File for details