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: 2025-01-14 07:33:53 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");