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.
2 parents 8a75b45 + 3d08256 commit 1fa6731Copy full SHA for 1fa6731
resources/views/docs/desktop/1/getting-started/configuration.md
@@ -40,6 +40,11 @@ return [
40
* The author of your application.
41
*/
42
'author' => env('NATIVEPHP_APP_AUTHOR'),
43
+
44
+ /**
45
+ * The copyright notice for your application.
46
+ */
47
+ 'copyright' => env('NATIVEPHP_APP_COPYRIGHT'),
48
49
/**
50
* The default service provider for your application. This provider
0 commit comments