olat-nji/controller-generator

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

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/olat-nji/controller-generator

dev-master 2020-09-22 18:28 UTC

This package is auto-updated.

Last update: 2025-09-23 06:20:20 UTC


README

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 Me

License

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