File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 15
15
16
16
'key ' => env ('APP_KEY ' , 'SomeRandomString!!! ' ),
17
17
18
+ 'cipher ' => MCRYPT_RIJNDAEL_128 ,
19
+
18
20
/*
19
21
|--------------------------------------------------------------------------
20
22
| Application Locale Configuration
41
43
42
44
'fallback_locale ' => env ('APP_FALLBACK_LOCALE ' , 'en ' ),
43
45
44
- /*
45
- |--------------------------------------------------------------------------
46
- | Encryption Key
47
- |--------------------------------------------------------------------------
48
- |
49
- | This key is used by the Illuminate encrypter service and should be set
50
- | to a random, 32 character string, otherwise these encrypted strings
51
- | will not be safe. Please do this before deploying an application!
52
- |
53
- */
54
-
55
- 'cipher ' => MCRYPT_RIJNDAEL_128 ,
56
-
57
46
];
You can’t perform that action at this time.
0 commit comments