tumichnix / lumen-env by tumichnix

.env manipulator for the lumen-framework
5
0
1
Package Data
Maintainer Username: tumichnix
Maintainer Contact: tumichnix@gmail.com (tumichnix)
Package Create Date: 2018-05-01
Package Last Update: 2018-05-01
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:14:51
Package Statistics
Total Downloads: 5
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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