File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DB_PASSWORD=
16
16
BROADCAST_DRIVER = log
17
17
CACHE_DRIVER = file
18
18
QUEUE_CONNECTION = sync
19
- SESSION_DRIVER = cookie
19
+ SESSION_DRIVER = file
20
20
SESSION_LIFETIME = 120
21
21
22
22
REDIS_HOST = 127.0.0.1
Original file line number Diff line number Diff line change 18
18
|
19
19
*/
20
20
21
- 'driver ' => env ('SESSION_DRIVER ' , 'cookie ' ),
21
+ 'driver ' => env ('SESSION_DRIVER ' , 'file ' ),
22
22
23
23
/*
24
24
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 12
12
"devDependencies" : {
13
13
"axios" : " ^0.19" ,
14
14
"cross-env" : " ^5.1" ,
15
- "laravel-mix" : " ^4 .0.7 " ,
15
+ "laravel-mix" : " ^5 .0.1 " ,
16
16
"lodash" : " ^4.17.13" ,
17
17
"resolve-url-loader" : " ^2.3.1" ,
18
18
"sass" : " ^1.15.2" ,
19
- "sass-loader" : " ^7.1 .0"
19
+ "sass-loader" : " ^8.0 .0"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 40
40
'dimensions ' => 'The :attribute has invalid image dimensions. ' ,
41
41
'distinct ' => 'The :attribute field has a duplicate value. ' ,
42
42
'email ' => 'The :attribute must be a valid email address. ' ,
43
- 'ends_with ' => 'The :attribute must end with one of the following: :values ' ,
43
+ 'ends_with ' => 'The :attribute must end with one of the following: :values. ' ,
44
44
'exists ' => 'The selected :attribute is invalid. ' ,
45
45
'file ' => 'The :attribute must be a file. ' ,
46
46
'filled ' => 'The :attribute field must have a value. ' ,
110
110
'string ' => 'The :attribute must be :size characters. ' ,
111
111
'array ' => 'The :attribute must contain :size items. ' ,
112
112
],
113
- 'starts_with ' => 'The :attribute must start with one of the following: :values ' ,
113
+ 'starts_with ' => 'The :attribute must start with one of the following: :values. ' ,
114
114
'string ' => 'The :attribute must be a string. ' ,
115
115
'timezone ' => 'The :attribute must be a valid zone. ' ,
116
116
'unique ' => 'The :attribute has already been taken. ' ,
You can’t perform that action at this time.
0 commit comments