Skip to content
New issue

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

Handling different top level domains #85

Closed
lamalamaMark opened this issue Aug 12, 2021 · 2 comments
Closed

Handling different top level domains #85

lamalamaMark opened this issue Aug 12, 2021 · 2 comments
Labels

Comments

@lamalamaMark
Copy link

Our application is served via 4 different domains with different locales. For as far as we can see it's not possible to handle this situation. Nonetheless I wanted to check if you have handled this situation before? If not we will make a fork / PR for this feature :)

@JosephSilber
Copy link
Owner

You can easily accomplish this by extending the Cache class, and overwriting the getDirectoryAndFileNames method to prepend the domain name.

You will also have to properly configure your nginx script to account for that.

@MarcosBL
Copy link

You can also do it setting a different path depending on locale at boot on AppServiceProvider

Look here #74 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants