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

Docs displayed in raw mode , no css , no js , no errors

DevHeaven opened this issue · comments

  • L5-Swagger Version: 8.5.1
  • PHP Version (php -v): 8.1.3
  • OS: Ubuntu 22.04 Lts

Description:

Ran the composer install for l5-swagger
Ran the required steps in the installation process
Ran php artisan l5-swagger:generate with success

It generated all the required info , but when visiting the /docs in a browser , it just dumps me the raw file.
See screenshot

image

THis might have been some sort of caching issue, because a few hours later the docs are perfectly accessible.