PHPackages                             veikejin/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. veikejin/config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

veikejin/config
===============

Config extension for laravel-admin

v0.0.2(7y ago)012MITPHPPHP &gt;=7.0.0

Since Feb 14Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (3)Used By (0)

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

[](#installation)

```
$ composer require veikejin/config

$ php artisan migrate

```

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

```
