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 4882961 commit 323e553Copy full SHA for 323e553
.env.example
@@ -1,3 +1,4 @@
1
+APP_NAME=Laravel
2
APP_ENV=local
3
APP_KEY=
4
APP_DEBUG=true
config/app.php
@@ -12,7 +12,7 @@
12
| any other location as required by the application or its packages.
13
*/
14
15
- 'name' => 'Laravel',
+ 'name' => env('APP_NAME', 'Laravel'),
16
17
/*
18
|--------------------------------------------------------------------------
0 commit comments