laravel-swagger-ui icon indicating copy to clipboard operation
laravel-swagger-ui copied to clipboard

Add Swagger UI to a Laravel application.

Results 8 laravel-swagger-ui issues
Sort by recently updated
recently updated
newest added

It works on local with http, but failed on stage environment with https ![Снимок экрана 2024-03-28 110103](https://github.com/nextapps-be/laravel-swagger-ui/assets/81389337/2c3d3651-4366-4888-8a18-a1fa1fe10b48)

Is it possible to create a setting to change the text of the tag? Thanks

Hi, I want to use remote reference as indicated in the [official documentation](https://swagger.io/docs/specification/using-ref/) of swagger but I would not be able to, I get an error that it does not...

enhancement

With middleware `web` i got crsf-token mismatch error

When I run my app using `php artisan serve`, it correctly sets the server URL to `http://localhost:8000/`. ![Image](https://github.com/user-attachments/assets/bd76f817-e7b4-4a80-bb51-f13713bc2e75) When I deploy my app to ECS, it ignores `server:url` values from...

It seems the package no longer works out of the box due to downtime in unpkg cdn. Will there be an update? Thanks

it seems like they have changed routing pipeline in such way so the web middleware is not applied and I see bare openapi json instead of fancy rendered html page...

This PR adds the config option to add the version (filename) to the end of the server url