You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: