适用于 Laravel 的系统设置模块,适合保存一些不放在 ENV 中的设置,支持集群环境,无脏缓存。支持 Octane(加速引擎)。
composer require larva/laravel-settings -vv
\Larva\Settings\Facade\Settings::get('abv');
\Larva\Settings\Facade\Settings::set('abv', '123456');
The Laravel library is open-sourced software licensed under the MIT license.