bilalkoder / laravel-crud-generator
Laravel CRUD Generator — Build APIs in Seconds!
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bilalkoder/laravel-crud-generator
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-12-30 20:24:13 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
ApiResponsehelper
📦 Installation
composer require bilalkoder/laravel-crud-generator