PHPackages                             viddhost/oaconfig - 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. viddhost/oaconfig

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

viddhost/oaconfig
=================

Config extension for open-admin, thanks to z-song

0.01(2y ago)04MITPHPPHP &gt;=7.0.0

Since Oct 2Pushed 2y agoCompare

[ Source](https://github.com/ViddHost/oaconfig)[ Packagist](https://packagist.org/packages/viddhost/oaconfig)[ Docs](https://github.com/viddhost/oaconfig)[ RSS](/packages/viddhost-oaconfig/feed)WikiDiscussions main Synced 1mo ago

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

Config manager for open-admin
=============================

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

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

[](#installation)

```
$ composer require viddhost/oaconfig

$ php artisan migrate

```

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

```
