tumichnix/lumen-env

.env manipulator for the lumen-framework
5
Install
composer require tumichnix/lumen-env
PHP:>=7.1.3
License:MIT
Last Updated:May 1, 2018
Links: GitHub  ·  Packagist
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);

Related Packages

chefsplate/sniffer-rules

A Laravel 4 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect vio...

2,517 3
stechstudio/laravel-php-cs-fixer

Easily format your Laravel Code with this Configuration file and accompanying ar...

725,250 146
socialengine/sniffer-rules

A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect viola...

48,287 12
sven/flex-env

Edit your .env file in Laravel directly from the command line.

97,221 103
mlntn/lumen-artisan-serve

artisan serve for Lumen projects

99,074 49