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 9d72140 commit b376958Copy full SHA for b376958
config/l5-swagger.php
@@ -20,6 +20,11 @@
20
*/
21
'use_absolute_path' => env('L5_SWAGGER_USE_ABSOLUTE_PATH', true),
22
23
+ /*
24
+ * Edit to set path where swagger ui assets should be stored
25
+ */
26
+ 'swagger_ui_assets_path' => env('L5_SWAGGER_UI_ASSETS_PATH', 'vendor/swagger-api/swagger-ui/dist/'),
27
+
28
/*
29
* File name of the generated json documentation file
30
@@ -88,11 +93,6 @@
88
93
89
94
'base' => env('L5_SWAGGER_BASE_PATH', null),
90
95
91
- /*
92
- * Edit to set path where swagger ui assets should be stored
- */
- 'swagger_ui_assets_path' => env('L5_SWAGGER_UI_ASSETS_PATH', 'vendor/swagger-api/swagger-ui/dist/'),
-
96
97
* Absolute path to directories that should be excluded from scanning
98
* @deprecated Please use `scanOptions.exclude`
0 commit comments