PHPackages                             linnella/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. linnella/config

ActiveLibrary[Admin Panels](/categories/admin)

linnella/config
===============

Config extension for admin

v1.0(8y ago)013MITPHPPHP &gt;=7.0.0

Since Jun 25Pushed 8y agoCompare

[ Source](https://github.com/linnella/config)[ Packagist](https://packagist.org/packages/linnella/config)[ RSS](/packages/linnella-config/feed)WikiDiscussions master Synced 2d ago

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

Config manager for admin
========================

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

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

[](#installation)

```
$ composer require linnella/config:dev-master

$ php artisan migrate

```

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

```
