Skip to content
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

How to include request classes so that other libraries can inspect them? #249

Open
aruku opened this issue Jun 6, 2023 · 1 comment
Open

Comments

@aruku
Copy link

aruku commented Jun 6, 2023

I've been trying to use a library like https://github.com/RonasIT/laravel-swagger, but it has not been possible because it needs the request class in the controller to inspect it in order to generate the documentation.

Is currently there a way to do this? Could it be implemented somehow?

For reference, here is the thread I opened in that repo: RonasIT/laravel-swagger#86

@lindyhopchris
Copy link
Contributor

Unfortunately I'm having to remove the request classes, because to implement Atomic Operations we need to decouple the implementation from Laravel's form requests. That is explained in #238

So we'll need to implement our own documentation generation, which is something that can be looked at after the v4 implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants