documentation:75 Uncaught ReferenceError: SwaggerUIBundle is not defined

Laravel Laravel 4587      收藏
documentation:75 Uncaught ReferenceError: SwaggerUIBundle is not defined

documentation:75 Uncaught ReferenceError: SwaggerUIBundle is not defined 问题解决办法

自学php博客

解决方案是修改nginx配置文件,在如下的location中添加try_files,重启nginx即可

location ~* .(jpg|jpeg|png|gif|ico|css|js)$ {
    try_files $uri /index.php;
    access_log off;
    expires 365d;
}

相关解决方案:https://github.com/DarkaOnLine/L5-Swagger/issues/75