Skip to content

Commit 55ba9be

Browse files
Avoid missing APP_KEY error
1 parent ce8f9b4 commit 55ba9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.examples/laravel/.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_NAME=Laravel
22
APP_ENV=local
3-
APP_KEY=
3+
APP_KEY=base64:BwuZAzyu5OBaUExGnOWk5Ox+u4AP6YFY/A/MrKlvhb0=
44
APP_DEBUG=true
55
APP_URL=http://localhost
66

0 commit comments

Comments
 (0)