-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
@Attributes is not parsed into the bluprint doc #18
Comments
What are you seeing exactly? I'll hopefully be able to dedicate some good time to Dingo over the next few days. |
Hey Jason,
I am not seeing the Attributes being generated using either method. Also, there is not documentation for Attribute (at least that I have seen) I get this error when adding attributes to the @request object:
No errors are thrown when adding attributes to the @Attributes object, however no attributes are generated. Hope this helps. |
@jasonlewis The problem is that even the dingo/api is updated to the latest version is not getting the latest version of dingo/blueprint available on github. I had to clone dingo/blueprint inside my vendor folder to override the dingo/blueprint package in order to make that annotations to work. Off-topic: It should be nice to have the output file for generated documentation available in config too. I think I will send a PR, there is not much work involved. |
@jasonlewis The "@Attributes" is not parsed into the blueprint documentation upon generation.
I've used the example from the blueprint/tests/Stubs/UserPhotosResourceStub.php
Anyway to solve it? Thanks
The text was updated successfully, but these errors were encountered: