https://github.com/laravel-admin-extensions/config
Config manager for laravel-admin
https://github.com/laravel-admin-extensions/config
config laravel laravel-admin manager
Last synced: about 1 month ago
JSON representation
Config manager for laravel-admin
- Host: GitHub
- URL: https://github.com/laravel-admin-extensions/config
- Owner: laravel-admin-extensions
- License: mit
- Created: 2017-07-21T03:12:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T09:09:06.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T16:07:15.845Z (about 2 months ago)
- Topics: config, laravel, laravel-admin, manager
- Language: PHP
- Homepage: http://laravel-admin.org/
- Size: 18.6 KB
- Stars: 96
- Watchers: 3
- Forks: 55
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - config - 配置管理工具 (扩展包 / 工具类扩展包)
README
Config manager for laravel-admin
========================[](https://styleci.io/repos/97900916)
[](https://packagist.org/packages/laravel-admin-ext/config)
[](https://packagist.org/packages/laravel-admin-ext/config)
[]()Inspired by https://github.com/laravel-backpack/settings.
[Documentation](http://laravel-admin.org/docs/#/en/extension-config) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-config)
## Screenshot

## Installation
```
$ composer require laravel-admin-ext/config$ php artisan migrate
```Open `app/Providers/AppServiceProvider.php`, and call the `Config::load()` method within the `boot` method:
```php