# laravel-admin-config **Repository Path**: iwesen/laravel-admin-config ## Basic Information - **Project Name**: laravel-admin-config - **Description**: laravel-admin改良版config扩展,支持二维数组 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-09-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A new Config manager for laravel-admin ======================== ## 预览 ![添加配置项](http://statics.iwesen.com/images/add.jpg) ![配置项列表](http://statics.iwesen.com/images/list.jpg) ## 安装 *版本限制*:由于需要使用laravel-admin的`KeyValue`表单项,所以,laravel-admin需要在1.7.0版本以上; ``` $ composer require iwesen/laravel-admin-config $ php artisan migrate ``` 打开 `app/Providers/AppServiceProvider.php`, 在`boot`方法中调用 `Config::load()` : ```php