etocrm / configs
etocrm/configs
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:librart
pkg:composer/etocrm/configs
This package is auto-updated.
Last update: 2025-11-25 19:36:12 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