DarkaOnLine / L5-Swagger

OpenApi or Swagger integration to Laravel

Home Page:https://github.com/DarkaOnLine/L5-Swagger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model example not showing

Bicotprojects opened this issue · comments

— L5-Swagger Version: #.#.# (composer show | grep l5-swagger) 8.5.2
image

— PHP Version (php -v): php8.1
image

— OS: Ubuntu 20.04.6 LTS

Description:

Model working fine but model example not showing check below URL
image

I also have this issue. It was caused by the swagger-api/swagger-ui library getting updated recently. Using composer require swagger-api/swagger-ui:v5.11.7 to revert to the previous version can temporarily fix it.

Update:
The issue has already been followed up swagger-api/swagger-ui#9645

Thanks, @ByronBoh working fine.