bilalkoder / laravel-crud-generator
Laravel CRUD Generator — Build APIs in Seconds!
v1.0.1
2025-06-30 19:16 UTC
Requires
- php: ^8.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-06-30 19:23:58 UTC
README
Laravel CRUD Generator — Build APIs in Seconds!
After working with Laravel on multiple real-world projects, I realized how repetitive and time-consuming basic CRUD API setup can be. So, I built this open-source Laravel CRUD Generator to simplify life for developers like me.
🚀 Features
- ✅ Generate full CRUD scaffolding with one command
- ✅ Built on Repository Pattern for scalability
- ✅ Generates:
- Eloquent Model
- Migration
- Form Request validation class
- Repository + Interface
- Controller with API methods
- RESTful API routes
- ✅ Comes with a reusable
ApiResponse
helper
📦 Installation
composer require bilalkoder/laravel-crud-generator