Looking to hire Laravel developers? Try LaraJobs

laravel-crud-generator maintained by bilalkoder

Description
Laravel CRUD Generator — Build APIs in Seconds!
Last update
2025/06/30 21:23 (dev-main)
License
Downloads
3

Comments
comments powered by Disqus

Laravel CRUD Generator

Packagist Version Downloads License

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