tumichnix/lumen-env

.env manipulator for the lumen-framework
5
Install
composer require tumichnix/lumen-env
Maintainer: tumichnix

Lumen-Env

GitHub release GitHub license GitHub issues Build Status StyleCI


Install via composer

Run the following command to pull in the latest version:

composer require tumichnix/lumen-env

Bootstrap

Add the following line to the bootstrap/app.php file under the providers section:

$app->register(Tumichnix\Env\Providers\EnvServiceProvider::class);