L5-Swagger
L5-Swagger copied to clipboard
model example not showing
— L5-Swagger Version: #.#.# (composer show | grep l5-swagger
) 8.5.2
— PHP Version (php -v
): php8.1
— OS: Ubuntu 20.04.6 LTS
Description:
Model working fine but model example not showing check below URL
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 https://github.com/swagger-api/swagger-ui/issues/9645
Thanks, @ByronBoh working fine.