olat-nji/controller-generator

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

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

This package is auto-updated.

Last update: 2024-04-23 02:36:21 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