PHPackages                             php-panel/ladmin-ext-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. php-panel/ladmin-ext-config

ActiveLibrary[Admin Panels](/categories/admin)

php-panel/ladmin-ext-config
===========================

Config extension for laravel-admin

071[1 PRs](https://github.com/php-panel/ladmin-ext-config/pulls)PHP

Since Dec 4Pushed 5mo agoCompare

[ Source](https://github.com/php-panel/ladmin-ext-config)[ Packagist](https://packagist.org/packages/php-panel/ladmin-ext-config)[ RSS](/packages/php-panel-ladmin-ext-config/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[![Packagist](https://camo.githubusercontent.com/4443fa1d014f9d8a907163ae7d86cec8946d1c255b0a1bfb5a3e036054ac87b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068702d70616e656c2f6c61646d696e2d6578742d636f6e6669672e737667)](https://packagist.org/packages/php-panel/ladmin-ext-config)[![Total Downloads](https://camo.githubusercontent.com/287c85a0569efaf705dc293d7728b5d9f7c4a049ae282cc72d22d0b3ad10a452/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d70616e656c2f6c61646d696e2d6578742d636f6e6669672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/php-panel/ladmin-ext-config)![Pull request welcome](https://camo.githubusercontent.com/25f2db1404306d6dc01b1ac6e8c70f5f397ea8043dd9584d8dc4bc31b8bfea59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d737175617265)

Inspired by .

[Documentation](http://laravel-admin.org/docs/#/en/extension-config) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-config)

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 php-panel/ladmin-ext-config

$ php artisan migrate

```

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

```
