Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1 KB

README.md

File metadata and controls

27 lines (18 loc) · 1 KB

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.