Skip to content

Commit cd03137

Browse files
authored
Update apidoc.php
1 parent a684403 commit cd03137

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config/apidoc.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,13 @@
8989
],
9090

9191
/*
92-
* Custom logo path. Will be copied during generate command.
92+
* Custom logo path. Will be copied during generate command. Set this to false to use the default logo.
93+
*
94+
* Change to an absolute path to use your custom logo. For example:
95+
* 'logo' => resource_path('views') . '/api/logo.png'
9396
*
9497
* If you want to use this, please be aware of the following rules:
95-
* - filename: logo.png
9698
* - size: 230 x 52
97-
*
98-
* Change false to an absolute path. For example:
99-
* 'logo' => resource_path('views') . '/api/logo.png'
10099
*/
101100
'logo' => false,
102101
];

0 commit comments

Comments
 (0)