Skip to content

ripeworks/rackem-dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.env for your Rack'em application

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");