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
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-10-23 06:29:09 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 studentsphp artisan controller:generate quotes --noimage --namespace=adminService 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