etocrm / configs
There is no license information available for the latest version (v1.0.1) of this package.
etocrm/configs
v1.0.1
2019-09-25 06:09 UTC
This package is auto-updated.
Last update: 2026-03-25 20:23:26 UTC
README
Installations
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"
Documentation
no time for any documents ahhhhh