# laravel-settings **Repository Path**: official_laravel/laravel-settings ## Basic Information - **Project Name**: laravel-settings - **Description**: This is laravel settings. - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-24 - **Last Updated**: 2025-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # laravel-settings

Stable Version Total Downloads License

适用于 Laravel 的系统设置模块,适合保存一些不放在 ENV 中的设置,支持集群环境,无脏缓存。支持 Octane(加速引擎)。 ## 安装 ```bash composer require larva/laravel-settings -vv ``` ## 使用 ```php \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](https://opensource.org/licenses/MIT).