stepanenko3/laravel-runtime-config
Composer 安装命令:
composer require stepanenko3/laravel-runtime-config
包简介
Runtime config based on collection for Laravel
README 文档
README
Description
Runtime config based on collection for Laravel
Requirements
php: >=8.0laravel/framework: ^9.0
Installation
# Install the package
composer require stepanenko3/laravel-runtime-config
Usage
use Stepanenko3\LaravelRuntimeConfig\Facades\RuntimeConfig; RuntimeConfig::putMany([ 'demo' => 100, ]); RuntimeConfig::get('demo'); // result: 100 runtime_config('demo'); // result: 100
Credits
Contributing
Thank you for considering contributing to this package! Please create a pull request with your contributions with detailed explanation of the changes you are proposing.
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 163
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-13