sheidin/fillable
最新稳定版本:1.0.1
Composer 安装命令:
composer require sheidin/fillable
包简介
Generate fillable attribute for eloquent models
关键字:
README 文档
README
This package will help you to fill the fillabel attribute within the Laravel eloquent model
Installation
You can install the package via composer:
composer require sheidin/fillable
You can publish the config file with:
php artisan vendor:publish --tag="fillable"
This is the contents of the published config file:
return [ 'models_directory' => env('MODELS_DIR', app_path('Models')), 'ignore_columns' => ['id'], ];
Usage
php artisan model:fillable #additional options: model:fillable {model?* : The name of the model} {--no-override : Whether the fillable attribute should not be override}
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-20