laravel-crud-generator maintained by bilalkoder
Description
Laravel CRUD Generator — Build APIs in Seconds!
Author
Last update
2025/06/30 21:23
(dev-main)
License
Downloads
3
Tags
Laravel CRUD Generator
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