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
Requires
- php: ^7.3
- doctrine/dbal: ^2.11
- spatie/laravel-searchable: ^1.7
- uxweb/sweet-alert: ^2.0
This package is auto-updated.
Last update: 2025-03-23 04:55:28 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
- Generate Controller with pre-written --resource code
- Validate Incoming requests in Store And Update
- File Upload
- Packed with uxweb/sweet-alert
- Search function implemented with spatie/laravel-searchable
Installation
-
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
Author
Olatunji Olayemi 📧 Email Me
License
This project is licensed under the MIT License - see the License File for details