etocrm / configs
etocrm/configs
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:librart
This package is auto-updated.
Last update: 2025-07-25 18:50:00 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