Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ekpono's avatar
Level 12

Guide to load Lang from database or external files

I 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?

0 likes
4 replies
Sinnbeck's avatar

@ekpono Probably not without some tweaks to how that package works. Maybe its possible using ziggy instead, but I havent tested it

Please or to participate in this conversation.