created .env.example file

This commit is contained in:
Jan Felix Wiebe 2019-11-14 23:24:30 +01:00
parent 3838496c84
commit d39d65ce7e
2 changed files with 8 additions and 8 deletions

View file

@ -21,9 +21,9 @@ $app = new Laravel\Lumen\Application(
dirname(__DIR__)
);
// $app->withFacades();
$app->withFacades();
// $app->withEloquent();
$app->withEloquent();
/*
|--------------------------------------------------------------------------