Guide to load Lang from database or external files
See original GitHub issueI have a Laravel Vue application, the application is hosted on Vapor.
The admin can update the language files but since Vapor is serverless, I cant write to update the lang/
folder.
My question is, how do I either write to external storage system that stores my lang folder (e.g s3) or use database to store the language key pair?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Guide to load Lang from database or external files - Laracasts
Guide to load Lang from database or external files. I have a Laravel Vue application, the application is hosted on Vapor. The admin...
Read more >How do I read data into R? | SAMHDA
See below for instructions on how to read and load data into R from both file extensions. Set the Working Directory. Before reading...
Read more >Add or Load Translations - i18next documentation
There are a few options to load translations to your application instrumented by i18next. The most common approach to this adding a so...
Read more >The Ultimate Guide to JavaScript Localization | Phrase
Have no fear: This guide will cover everything you need to know to start ... Now let's rework our script so that we...
Read more >JavaScript Localization: A Step by Step Guide - Transifex
At this point, we can load our translated content, and if we have a large number of files, all we have to do...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you can try, and any question you can ask me 😉
Hi @xiCO2k
Thank you for always being available.
I wish I had experience writing or adding features to packages, I would have made PR 😭