Skip to content

Commit

Permalink
Fix Bug of L5_SWAGGER_UI_ASSETS_PATH(.env) not working (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahAlamShaikat authored Oct 28, 2024
1 parent 9d72140 commit b376958
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/l5-swagger.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
*/
'use_absolute_path' => env('L5_SWAGGER_USE_ABSOLUTE_PATH', true),

/*
* 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/'),

/*
* File name of the generated json documentation file
*/
Expand Down Expand Up @@ -88,11 +93,6 @@
*/
'base' => env('L5_SWAGGER_BASE_PATH', null),

/*
* 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/'),

/*
* Absolute path to directories that should be excluded from scanning
* @deprecated Please use `scanOptions.exclude`
Expand Down

0 comments on commit b376958

Please sign in to comment.