Skip to content

tangweihui/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Configs

[Downloads

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages