We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fc604 commit 2be7aa5Copy full SHA for 2be7aa5
README.md
@@ -34,7 +34,7 @@ Make sure to have a `Encryption.key` config value in your `config/app.php` file:
34
``` php
35
[
36
'Encryption' => [
37
- 'key' => 'yourencryptionkeygoesrighthereyaythisisfun',
+ 'key' => env('ENCRYPTION_KEY', 'defaultencryptionkeygoesrighthereyaythisisfun'),
38
],
39
]
40
```
0 commit comments