rackem/dotenv

Environment variables in your Rack'em application via .env

v0.1 2014-01-21 14:15 UTC

This package is not auto-updated.

Last update: 2024-04-23 03:57:56 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");