Download the PHP package coisa/dotenv without Composer
On this page you can find all versions of the php package coisa/dotenv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor coisa
Package dotenv
Short Description Autoload environment variables from a .env file
License MIT
Package dotenv
Short Description Autoload environment variables from a .env file
License MIT
Please rate this library. Is it a good library?
Informations about the package dotenv
CoiSA Dotenv
Install
If you want always load the .env
file in your project, run the following command:
If you just want to load the .env
file in your project only for development, run the following command:
Since this library uses the symfony/dotenv
package, all the following files will be loaded:
.env
.env.dist
.env.local
.env.$APP_ENV
.env.$APP_ENV.local
The .env
files must be in the root of your project.
Credits
License
Please see License File for more information.
All versions of dotenv with dependencies
PHP Build Version
Package Version
The package coisa/dotenv contains the following files
Loading the files please wait ....