zakhayko/settings
最新稳定版本:v1.1.0
Composer 安装命令:
composer require zakhayko/settings
包简介
Settings.json for Laravel
README 文档
README
Installation instructions
- Install with composer
composer require zakhayko/settings - Artisan commands
php artisan settings:get php artisan settings:get {key} php artisan settings:set {key} {value?} (--bool?, --int, --null) php artisan settings:forget {key} php artisan settings:flush - Helper functions
settings($key, $default); //Get attribute settings([$key1=>$value1]); //Set attribute settings(); //Returns Valuestore object
统计信息
- 总下载量: 331
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-20