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
-
Install the package via Composer:
composer require sabbir268/induxia-crud
-
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
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-02