tumichnix/lumen-env

.env manipulator for the lumen-framework

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/tumichnix/lumen-env

dev-master 2018-05-01 09:43 UTC

This package is auto-updated.

Last update: 2025-10-13 01:59:10 UTC


README

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