# Configuration management This tool will store the configuration data in the database ![wx20170810-100226](https://user-images.githubusercontent.com/1479100/29151322-0879681a-7db3-11e7-8005-03310686c884.png) ## Installation ``` $ composer require laravel-admin-ext/config $ php artisan migrate ``` Open `app/Providers/AppServiceProvider.php`, and call the `Config::load()` method within the `boot` method: ```php