Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个用Lumen创建的 API,其中一些文档是用公用文件夹之外的Apdoc 完成的,我想在用户访问 URL 时提供它http://apidomain.com/docs
http://apidomain.com/docs
这是应用程序的结构
ProjectRoot ->API ->Auth ->Docs ->v1 ->app ->bootstrap ->database ->public ...
有没有办法创建将用户发送到 API/Docs 的路由?
完成了,这实际上是我的错,当尝试通过路由调用文件时,它实际上弄乱了其他文件的文件路径。因此,当我查看 chrome 上的开发工具时,我注意到我的 js 和 css 文件出现 404,因此无法加载 ApiDoc