rackem / dotenv
Environment variables in your Rack'em application via .env
v0.1
2014-01-21 14:15 UTC
Requires
- rackem/rackem: @stable
This package is not auto-updated.
Last update: 2024-11-19 06:49:18 UTC
README
A simple middleware that will load environment variables from .env
into $env
.
It's just like this thing.
Installation
$ composer require rackem/dotenv:@stable
Usage
\Rackem::use_middleware("\Rackem\Dotenv");