Skip to content

Commit 30bfda1

Browse files
committed
update laravel and additions
1 parent 947f7bf commit 30bfda1

File tree

6 files changed

+739
-1144
lines changed

6 files changed

+739
-1144
lines changed

bootstrap/app.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?php
22

3+
//if (file_exists(__DIR__.'/../.env'))
4+
//{
5+
// (new Dotenv\Dotenv(__DIR__.'/../'))->load();
6+
//
7+
// if (getenv('APP_ENV') && file_exists(__DIR__.'/../.' .getenv('APP_ENV') .'.env')) {
8+
// (new Dotenv\Dotenv(__DIR__.'/../', '.' . getenv('APP_ENV') . '.env'))->load();
9+
// }
10+
//}
311
/*
412
|--------------------------------------------------------------------------
513
| Create The Application

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^7.1.3",
1212
"fideloper/proxy": "^4.0",
13-
"laravel/framework": "5.7.*",
13+
"laravel/framework": "5.8.*",
1414
"laravel/tinker": "^1.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)