We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i ran php artisan api:docs --name api
php artisan api:docs --name api
the output i received: "FORMAT: 1A
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?
The text was updated successfully, but these errors were encountered:
I am having the same issue. It looks like php artisan api:docs is not generating the content from the annotation.
php artisan api:docs
Sorry, something went wrong.
I have the same question! How do I view the docs :(
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: