yassinedabbous/laravel-generex
最新稳定版本:v2.2.1
Composer 安装命令:
composer require yassinedabbous/laravel-generex
包简介
Customizable Laravel Code Generator with templates for CRUD, Validation, Policies, Events, Notifications, API & views
README 文档
README
Laravel Generex
Customizable Laravel Code Generator with templates.
✨ Features
- Generating packages with CRUD from a ready DB table or a schema file.
- Everything is customizable.
- Support for plain stub & blade engine
- Templates are yours, No forced structure.
🔻 Installation
composer require yassinedabbous/laravel-generex
🧑💻 Usage
Artisan command:
php artisan gen:pack {TableName}
-
If you didn't define a table name you will be asked you to choose one from the list.
-
Full command options:
php artisan gen:pack {TableName} --vendor={YourName} --package={PackageName} --connection={mysql}
⚙️ Configuration
-
Publish configuration:
php artisan vendor:publish --tag=generex-config -
Publish templates:
php artisan vendor:publish --tag=generex-templates
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-08
