stillat/model-cannon
Composer 安装命令:
composer require stillat/model-cannon
包简介
Gives you a models directory in Laravel without thinking. If you're into that sort of thing.
README 文档
README
Model Cannon is an incredibly simple Laravel package that gives you back your "Models" directory, if you are into that sort of thing. Using it is super simple.
Configuration
Composer
First, you need to add the Model Cannon package to your composer.json file and run the composer update command:
"stillat/model-cannon": "~1.0"
Service Provider
Next, register the Stillat\ModelCannon\ModelCannonServiceProvider service provider in your app configuration file. Simply add this line to the "packages" section of the app config:
Stillat\ModelCannon\ModelCannonServiceProvider::class,
Usage
It couldn't be simpler! Just use Laravel's make:model command like you always have. The only difference is now models will be stored in a Models directory and have the correct Models namepsace added automatically. Seriously, that is all there is to it.
php artisan make:model User
License
Model Cannon is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-16