laravel-swagger-api
laravel-swagger-api copied to clipboard
A Laravel integration with Swagger UI.
How can I define Schema Objects for requests and responses? I tried some things but without success. If it is not implemented, can I implement it? If more informations about...
Hope to support this with lumen
Hi there, Using your library for some time now without any problems. Just wondering if it's also easy to specify a file upload (with maybe an accepted mime-type) so the...
Hey, I'm using the `Api` class in my `routes/api.php` file, but that broke my tests as if no routes were defined, e.g. ``` Symfony\Component\Routing\Exception\RouteNotFoundException : Route [api.weather.daily] not defined. ```...