Bladeren bron

Update apidoc.php

Shalvah A 6 jaren geleden
bovenliggende
commit
cd03137d78
1 gewijzigde bestanden met toevoegingen van 4 en 5 verwijderingen
  1. 4 5
      config/apidoc.php

+ 4 - 5
config/apidoc.php

@@ -89,14 +89,13 @@ return [
     ],
 
     /*
-     * 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.
+     *
+     * Change to an absolute path to use your custom logo. For example:
+     * 'logo' => resource_path('views') . '/api/logo.png'
      *
      * If you want to use this, please be aware of the following rules:
-     * - filename: logo.png
      * - size: 230 x 52
-     *
-     * Change false to an absolute path. For example:
-     * 'logo' => resource_path('views') . '/api/logo.png'
      */
     'logo' => false,
 ];