Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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