定制 kuldeep/crud-generator 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-30