priondevelopment/setting
Composer 安装命令:
composer require priondevelopment/setting
包简介
Create and save settings.
关键字:
README 文档
README
Prion Setting is an easy way to pull and save updates.
Tested on Lumen 5.6
Installation
composer require "priondevelopment/setting:5.6.*"
In config/app.php, add the following provider:
PrionDevelopment\Providers\PrionSettingProvider::class
Automated Setup
php artisan setting:setup
Manual Setup
Publish the Migrations
php artisan setting:migration
php artisan migrate
Publish the Models
php artisan setting:setting
php artisan setting:setting_log
php artisan setting:setting_observer
Clear or reset your Laravel config cache.
php artisan config:clear
php artisan config:cache
License
Prion Setting is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-07