tumichnix/lumen-env

.env manipulator for the lumen-framework

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

This package is auto-updated.

Last update: 2024-05-12 22:41:27 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);