Lumen-Env

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