pacgen/crud-generator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

pacgen/crud-generator

最新稳定版本:v1.0

Composer 安装命令:

composer require pacgen/crud-generator

包简介

Generate CRUD operations for Laravel models with views, controllers, and routes.

README 文档

README

Laravel CRUD Generator is a package that simplifies the process of generating CRUD (Create, Read, Update, Delete) operations for your Laravel applications this will save you a lot of your time so you can concentrate on important things for your development.

Installation

You can install the package via Composer.

For Laravel 8.x or later

Run the following command to require the package:

composer require pacgen/crud-generator

## To generate CRUD
php artisan crud:generate ModelName

This command will generate:
A model with migration
A controller with all resourceful methods
Views (index, create, edit, show)
Routes for the CRUD operations

Configuration
However, you can customize the generated views and controllers as needed for your application. also you need to manually import the Model class in the controller 

Contributing
If you find this project helpful and want to support its development, you can donate via:
- **[PayPal] email(andrewkhabweri@gmail.com)**: You can donate securely via PayPal.

Your contributions will help in maintaining and improving this project. Thank you for your support!

License
The Laravel CRUD Generator is open-source software licensed under the MIT license.

统计信息

  • 总下载量: 21
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-12