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 d370a21 commit a34fdb6Copy full SHA for a34fdb6
1 file changed
src/config/common.php
@@ -40,6 +40,7 @@
40
// Basic configuration, used in web and console applications
41
return [
42
'id' => 'app',
43
+ 'name' => getenv('APP_TITLE'),
44
'language' => $languages[0],
45
'basePath' => realpath(__DIR__.'/..'),
46
'vendorPath' => '@app/../vendor',
0 commit comments