https://github.com/open-admin-org/config
config editor
https://github.com/open-admin-org/config
Last synced: 8 months ago
JSON representation
config editor
- Host: GitHub
- URL: https://github.com/open-admin-org/config
- Owner: open-admin-org
- License: mit
- Created: 2021-07-20T15:59:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T13:28:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T23:15:45.330Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Config manager for open-admin
========================
[](https://styleci.io/repos/387844084)
[](https://packagist.org/packages/open-admin-ext/config)
[](https://packagist.org/packages/open-admin-ext/config)
[]()
[Documentation](http://open-admin.org/docs/en/extension-config)
## Screenshot

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