Laravel CRUD Generator
"This CRUD Generator for Laravel is a package that you can integrate in your Laravel to create a real CRUD:
- Controller with all the code already written
- Views (index, create, edit, show)
- Model with relationships
- Request file with rules
- Migration file