Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T09:09:06.000Z (over 3 years ago)
- Last Synced: 2024-06-18T12:44:11.608Z (5 months ago)
- Topics: config, laravel, laravel-admin, manager
- Language: PHP
- Homepage: http://laravel-admin.org/
- Size: 18.6 KB
- Stars: 94
- Watchers: 4
- Forks: 54
- 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
========================[![StyleCI](https://styleci.io/repos/97900916/shield?branch=master)](https://styleci.io/repos/97900916)
[![Packagist](https://img.shields.io/packagist/l/laravel-admin-ext/config.svg?maxAge=2592000)](https://packagist.org/packages/laravel-admin-ext/config)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-admin-ext/config.svg?style=flat-square)](https://packagist.org/packages/laravel-admin-ext/config)
[![Pull request welcome](https://img.shields.io/badge/pr-welcome-green.svg?style=flat-square)]()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
![wx20170810-100226](https://user-images.githubusercontent.com/1479100/29151322-0879681a-7db3-11e7-8005-03310686c884.png)
## 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