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 a684403 commit cd03137Copy full SHA for cd03137
config/apidoc.php
@@ -89,14 +89,13 @@
89
],
90
91
/*
92
- * Custom logo path. Will be copied during generate command.
+ * 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'
96
*
97
* If you want to use this, please be aware of the following rules:
- * - filename: logo.png
98
* - size: 230 x 52
- *
- * Change false to an absolute path. For example:
99
- * 'logo' => resource_path('views') . '/api/logo.png'
100
*/
101
'logo' => false,
102
];
0 commit comments