PHPackages                             liuhelong/laravel-admin-config - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. liuhelong/laravel-admin-config

ActiveLibrary[Admin Panels](/categories/admin)

liuhelong/laravel-admin-config
==============================

Config extension for laravel-admin

1.1(4y ago)039MITPHPPHP &gt;=7.0.0CI failing

Since Feb 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/liuhelong/laravel-admin-config)[ Packagist](https://packagist.org/packages/liuhelong/laravel-admin-config)[ Docs](https://github.com/liuhelong/laravel-admin-config)[ RSS](/packages/liuhelong-laravel-admin-config/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Config manager for laravel-admin
================================

[](#config-manager-for-laravel-admin)

prower by

Screenshot
----------

[](#screenshot)

[![wx20170810-100226](https://user-images.githubusercontent.com/1479100/29151322-0879681a-7db3-11e7-8005-03310686c884.png)](https://user-images.githubusercontent.com/1479100/29151322-0879681a-7db3-11e7-8005-03310686c884.png)

Installation
------------

[](#installation)

```
$ composer require liuhelong/laravel-admin-config

$ php artisan migrate

```

Open `app/Providers/AppServiceProvider.php`, and call the `Config::load()` method within the `boot` method:

```
