We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the base URL is
baseURL/subdiretory - a location in NGINX
Then the links redirects to baseURL/docs/... whereas the link should be baseURL/subdirectory/docs/...
in .env file, I have already set APP_URL to baseURL/subdirectory.
Is there any way to reset base directory in a subdirectory so that the links are generated correctly. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Can you post some screenshots?
Sorry, something went wrong.
First of all, congratulations for this excellent package !
However, same issue for me with Apache server and multiple Laravel applications on the same server as below
/ApacheDocumentRoot/application1 /application2 /application3
the base url of the application1 is https://myDomain/application1 as defined in the .env file
https://myDomain/application1
the link generated in the sidebar for application1 documentation is :
https://myDomain/docs/1.0/overview
instead of
https://myDomain/application1/docs/1.0/overview
I do not encounter this problem elsewhere I'm interested if there is a way to correct these links in the sidebar Thanks
No branches or pull requests
If the base URL is
baseURL/subdiretory - a location in NGINX
Then the links redirects to baseURL/docs/... whereas the link should be baseURL/subdirectory/docs/...
in .env file, I have already set APP_URL to baseURL/subdirectory.
Is there any way to reset base directory in a subdirectory so that the links are generated correctly.
Thanks in advance.
The text was updated successfully, but these errors were encountered: