├── .github └── workflows │ └── php.yml ├── Env.php ├── README.md ├── autoload.php ├── composer.json └── general_helper.php /.github/workflows/php.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoknol/env-in-CodeIgniter/HEAD/.github/workflows/php.yml -------------------------------------------------------------------------------- /Env.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoknol/env-in-CodeIgniter/HEAD/Env.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoknol/env-in-CodeIgniter/HEAD/README.md -------------------------------------------------------------------------------- /autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoknol/env-in-CodeIgniter/HEAD/autoload.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoknol/env-in-CodeIgniter/HEAD/composer.json -------------------------------------------------------------------------------- /general_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoknol/env-in-CodeIgniter/HEAD/general_helper.php --------------------------------------------------------------------------------