8000 Merge pull request #100 from WINBIGFOX/feature/add-copyright-for-abou… · NativePHP/nativephp.com@1fa6731 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fa6731

Browse files
authored
Merge pull request #100 from WINBIGFOX/feature/add-copyright-for-about-panel
Add copyright notice configuration option
2 parents 8a75b45 + 3d08256 commit 1fa6731

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/views/docs/desktop/1/getting-started/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ return [
4040
* The author of your application.
4141
*/
4242
'author' => env('NATIVEPHP_APP_AUTHOR'),
43+
44+
/**
45+
* The copyright notice for your application.
46+
*/
47+
'copyright' => env('NATIVEPHP_APP_COPYRIGHT'),
4348

4449
/**
4550
* The default service provider for your application. This provider

0 commit comments

Comments
 (0)
0