bilalkoder/laravel-crud-generator

Laravel CRUD Generator — Build APIs in Seconds!

v1.0.1 2025-06-30 19:16 UTC

This package is auto-updated.

Last update: 2025-06-30 19:23:58 UTC


README

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