adetxt/laravel-fillable-generator
最新稳定版本:1.2.1
Composer 安装命令:
composer require adetxt/laravel-fillable-generator
包简介
Generate model fillable automaticly
README 文档
README
This package provides a laravel artisan command to generate model fillable automaticly. Only MySQL database is supported for now.
Installation
This package can be installed through Composer.
composer require adetxt/laravel-fillable-generator --dev
Usage
You can start generate your model fillable by this artisan command:
php artisan generate-model-fillable
With Specific Model
php artisan generate-model-fillable User Post Category
Options
-P, --path Model path (default: app\Models)
--all-columns Include all columns
-E, --excludecol[=EXCLUDECOL] Exclude column [default: "id,created_at,updated_at,deleted_at"]
统计信息
- 总下载量: 1.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-15