定制 sabbir268/induxia-crud 二次开发

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

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

sabbir268/induxia-crud

最新稳定版本:v0.1.3

Composer 安装命令:

composer require sabbir268/induxia-crud

包简介

This a curd for induxia template

README 文档

README

The Induxia CRUD Generator is a Laravel package designed to simplify the process of generating full CRUD operations for a resource. It generates models, migrations, controllers, views, and database CRUD operations based on a YAML configuration file.

Installation

  1. Install the package via Composer:

    composer require sabbir268/induxia-crud
  2. Publish the package configuration:

    php artisan vendor:publish --provider="Sabbir268\InduxiaCrud\InduxiaCrudServiceProvider"

Usage

Step 1: Generate Initial YAML File

php artisan make:yaml {ResourceName}

# Example
php artisan make:yaml User

### Step 2: Edit the YAML File

Edit the generated YAML file located in the `resources/yaml` directory.


### Step 3: Generate CRUD

```bash
php artisan make:crud {ResourceName} --yaml=resources/yaml/{ResourceName}.yaml


# License
This package is open-sourced software licensed under the [MIT license](LICENSE.md).

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-02