Can I serve swagger docs from an existing openapi.yml file? #519
Unanswered
geoff-maddock
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes you can. You should change this path to point to your file: https://github.com/DarkaOnLine/L5-Swagger/blob/master/config/l5-swagger.php#L31 and change this flag - https://github.com/DarkaOnLine/L5-Swagger/blob/master/config/l5-swagger.php#L36 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a good way to generate swagger web docs page for my API project.
I created by API by first creating a .yaml spec, and then implementing it in my project - so I didn't use the annotations here.
Is it possible to point this project to my .yaml file and have it generate the /docs url?
Beta Was this translation helpful? Give feedback.
All reactions