File tree 6 files changed +1982
-1011
lines changed
6 files changed +1982
-1011
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,22 @@ APP_NAME=Laravel
2
2
APP_ENV = local
3
3
APP_KEY =
4
4
APP_DEBUG = true
5
- APP_LOG_LEVEL = debug
6
5
APP_URL = http://localhost
7
6
7
+ LOG_CHANNEL = stack
8
+
8
9
DB_CONNECTION = mysql
9
10
DB_HOST = 127.0.0.1
10
11
DB_PORT = 3306
11
- DB_DATABASE = homestead
12
- DB_USERNAME = homestead
13
- DB_PASSWORD = secret
12
+ DB_DATABASE = laravel
13
+ DB_USERNAME = root
14
+ DB_PASSWORD =
14
15
15
16
BROADCAST_DRIVER = log
16
17
CACHE_DRIVER = file
18
+ QUEUE_CONNECTION = sync
17
19
SESSION_DRIVER = file
18
- QUEUE_DRIVER = sync
20
+ SESSION_LIFETIME = 120
19
21
20
22
REDIS_HOST = 127.0.0.1
21
23
REDIS_PASSWORD = null
@@ -28,6 +30,15 @@ MAIL_USERNAME=null
28
30
MAIL_PASSWORD = null
29
31
MAIL_ENCRYPTION = null
30
32
33
+ AWS_ACCESS_KEY_ID =
34
+ AWS_SECRET_ACCESS_KEY =
35
+ AWS_DEFAULT_REGION = us-east-1
36
+ AWS_BUCKET =
37
+
31
38
PUSHER_APP_ID =
32
39
PUSHER_APP_KEY =
33
40
PUSHER_APP_SECRET =
41
+ PUSHER_APP_CLUSTER = mt1
42
+
43
+ MIX_PUSHER_APP_KEY = " ${ PUSHER_APP_KEY } "
44
+ MIX_PUSHER_APP_CLUSTER = " ${ PUSHER_APP_CLUSTER } "
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"type" : " project" ,
7
7
"require" : {
8
- "php" : " >=7.0.0" ,
9
- "doctrine/dbal" : " ^2.5" ,
10
- "intervention/image" : " ^2.3" ,
11
- "laravel/framework" : " 5.5.*" ,
8
+ "php" : " ^7.2" ,
9
+ "fideloper/proxy" : " ^4.0" ,
10
+ "doctrine/dbal" : " ^2.9" ,
11
+ "intervention/image" : " ^2.4" ,
12
+ "laravel/framework" : " ^6.0" ,
12
13
"laravel/tinker" : " ~1.0" ,
13
- "laravelcollective/html" : " ^5.3" ,
14
- "spatie/laravel-permission" : " ^2.2" ,
15
- "filp/whoops" : " ~2.0"
14
+ "laravelcollective/html" : " ^6.0" ,
15
+ "spatie/laravel-permission" : " ^3.0"
16
16
},
17
17
"require-dev" : {
18
+ "facade/ignition" : " ^1.4" ,
18
19
"fzaninotto/faker" : " ~1.4" ,
19
- "mockery/mockery" : " 0.9.*" ,
20
- "phpunit/phpunit" : " ~6.0"
20
+ "mockery/mockery" : " ^1.0" ,
21
+ "nunomaduro/collision" : " ^3.0" ,
22
+ "phpunit/phpunit" : " ~8.0"
21
23
},
22
24
"autoload" : {
23
25
"classmap" : [
You can’t perform that action at this time.
0 commit comments