Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-admin-org/config
config editor
https://github.com/open-admin-org/config
Last synced: 27 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T13:28:36.000Z (over 3 years ago)
- Last Synced: 2024-09-23T14:10:47.038Z (about 1 month ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Config manager for open-admin
========================[![StyleCI](https://styleci.io/repos/387844084/shield?branch=main)](https://styleci.io/repos/387844084)
[![Packagist](https://img.shields.io/github/license/open-admin-org/config?style=flat-square&color=brightgreen)](https://packagist.org/packages/open-admin-ext/config)
[![Total Downloads](https://img.shields.io/packagist/dt/open-admin-ext/config?style=flat-square)](https://packagist.org/packages/open-admin-ext/config)
[![Pull request welcome](https://img.shields.io/badge/pr-welcome-green?style=flat-square&color=brightgreen)]()[Documentation](http://open-admin.org/docs/en/extension-config)
## Screenshot
![config screenshot](https://open-admin.org/docs/images/screenshots/ext-config.png)
## 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