Replies: 1 comment
-
If you have published vendor blade, you can change It should be like this:
Use Swagger configuration documentation to learn about config properties: Swagger configuration properties Hope it helps! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
composer show | grep l5-swagger
)php -v
): 8.2.5Description:
How to remove the Schemas section?

(attached image, section outlined in red)
I have tried adding
'default_model_expand_depth' => -1,
in thedefaults > ui > display
section of thel5-swagger.php
config file, whidh does not work. I got the setting name here and converted the setting name to snake/underscore case similar to the other parts of thel5-swagger
config (I also tried it as is:defaultModelsExpandDepth
, which also does not work).Steps To Reproduce:
None.
Beta Was this translation helpful? Give feedback.
All reactions