kuldeep/crud-generator
最新稳定版本:v1.0.3
Composer 安装命令:
composer require kuldeep/crud-generator
包简介
CRUD Generator for Laravel
README 文档
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.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-30