kuldeep / crud-generator
CRUD Generator for Laravel
Package info
github.com/kuldeeppatel68/CrudGenrator
Language:Blade
pkg:composer/kuldeep/crud-generator
v1.0.3
2025-06-30 09:55 UTC
README
A Laravel package to generate full CRUD operations with UI, relationships, soft deletes, and advanced field types — all through a web interface.
✨ Features
- Web UI for CRUD generation (no Artisan commands needed)
- Support for all common MySQL field types (including
enum,bigint,longText, etc.) - Add Laravel relationships (e.g.,
belongsTo,hasMany,morphOne, etc.) - Generate:
- Model with fillables, relationships, and soft deletes
- Controller
- Migration
- Views (
index.blade.php,create.blade.php)
🚀 Installation
✅ Requires Laravel 8+ and PHP 8.0+
composer require kuldeep/crud-generator
## Usage
1. Visit:
/crud-generator
2. Fill in:
Module Name
Fields (name, type, nullable, enum options)
Relations (type, model name)
3. Submit to generate full CRUD files automatically.