-
-
Notifications
You must be signed in to change notification settings - Fork 396
Tips
Darius Matulionis edited this page Sep 11, 2020
·
1 revision
One of the setting I find useful to enable is l5-swagger.defaults.generate_always
, which will cause your Swagger doc to be regenerated each time you load the Swagger UI (not intended for production use!). All you have to do to enable this in your dev environment is add an environment variable to .env
named L5_SWAGGER_GENERATE_ALWAYS
and set it to true
.
Follow instruction in issue #57.