Multisite / laravel project support? #162
Unanswered
torbjorn-stabo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I'm part of a project with multiple sites, one laravel project per site, shared database. Now localization is to be added. Am I right to assume that laravel-translations doesn't quite support this? Obstacle #1 would be the shared database, I guess there would be a risk of name collisions? Obstacle #2 would be scanning lang folders in multiple Laravel projects. Obstacle #3 would be to list the language strings in such a way that the user knows which site they're for?
Edit: Noticed the database_connection setting in translations.php, so there's an easy solution for obstacle #1.
Beta Was this translation helpful? Give feedback.
All reactions