Skip to content

larvatecn/laravel-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-settings

Stable Version Total Downloads License

适用于 Laravel 的系统设置模块,适合保存一些不放在 ENV 中的设置,支持集群环境,无脏缓存。支持 Octane(加速引擎)。

安装

composer require larva/laravel-settings -vv

使用

\Larva\Settings\Facade\Settings::get('abv');

\Larva\Settings\Facade\Settings::set('abv', '123456');

License

The Laravel library is open-sourced software licensed under the MIT license.