LaravelPackages.net
Acme Inc.
Toggle sidebar
olat-nji/controller-generator

Laravel Package that helps Ease up the task of generating controllers with similar code structure

9
0
About olat-nji/controller-generator

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 CRUD Controller Generator

Laravel Package that helps Ease up the task of generating controllers with similar code structure

Requirements

Laravel >=8.0
PHP >= 7.3

Features

Installation

  1. Run

    composer require olat-nji/controller-generator
    
  2. Create your controllers.

    php artisan controller:generate blog students
    
    php artisan controller:generate quotes --noimage --namespace=admin
    

    Service provider will be discovered automatically.

  3. Uxweb/Sweetalert and Spatie/laravel-searchable are automatically integrated

Author

Olatunji Olayemi :email: Email Me

License

This project is licensed under the MIT License - see the License File for details

Comments