To install Configs, run the command below and you will get the latest version
composer require etocrm/configs
add the ServiceProvider to the providers array in config/app.php
Etocrm\Configs\ConfigsServiceProvider::class
call the Config::load() method within the boot method in app/Providers/AppServiceProvider.php
:
Configs::load();
To publish the config settings in Laravel 5 use:
php artisan vendor:publish --provider="Etocrm\Configs\ConfigsServiceProvider"
no time for any documents ahhhhh