PHP code example of weidacat / cascading-config
1. Go to this page and download the library: Download weidacat/cascading-config library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
weidacat / cascading-config example snippets
config
├── app.php
├── auth.php
├── cache.php
├── compile.php
├── database.php
├── mail.php
└── local
├── app.php
├── auth.php
├── cache.php
├── mail.php
└── nested
└── app.php