Download the PHP package brixms/yii2-phpdotenv without Composer
On this page you can find all versions of the php package brixms/yii2-phpdotenv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-phpdotenv
yii2-phpdotenv
Package to automatically include .env via vlucas/phpdotenv
in your yii2 application.
installation
composer require brixms/yii2-phpdotenv
- edit
index.php
or youryii
entry points to includeDotenv
(after autoload has been required):
(new \Dotenv\Dotenv("your full .env file location"))->overload();
All versions of yii2-phpdotenv with dependencies
PHP Build Version
Package Version
The package brixms/yii2-phpdotenv contains the following files
Loading the files please wait ....