dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

how do i view the docs generated from api:docs? #1756

Open matthewkooshad opened 3 years ago

matthewkooshad commented 3 years ago
Q A
Bug? no
New Feature? no
Framework Laravel
Framework version ?
Package version ?
PHP version 7.4

Actual Behaviour

i ran php artisan api:docs --name api

the output i received: "FORMAT: 1A

api"

Expected Behaviour

i am expecting to be able to access these docs. is there a url route to view them? otherwise, how do i use/view the docs that were generated?

MikePageDev commented 3 years ago

I am having the same issue. It looks like php artisan api:docs is not generating the content from the annotation.

mrodriguezt commented 3 years ago

I have the same question! How do I view the docs :(