Skip to content

dfbag7/cascading-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspired by the phanan/cascading-config package.

Installation

composer require dimbo/cascading-config

Usage

Add the LoadCascadingConfiguration class to the Kernel's bootstrappers section right after LoadConfiguration:

    protected $bootstrappers = [
        //...
        \Illuminate\Foundation\Bootstrap\LoadConfiguration::class,
        \Dimbo\CascadingConfig\LoadCascadingConfiguration::class,
        //...
    ];

Remember to do that in both app\Console\Kernel.php and app\Http\Kernel.php.

About

Cascading configuration support for Laravel 8.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages