I have used the package Astrotomic/laravel-translatable before.
It's great for making your models translatable - for instance blog posts etc.
Is that what you're after or are you looking for translations of the 'fixed' text like menus and forms?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Lets assume I have a big blog with around 8-9 different languages.. Is there any practical solution to manage all the translations? Do I really have to store every string of the other language in a file within the resources\lang directory? I have different content writes which are supposed to update different parts of the blog during the time.. It's not realistic for me to give an access to these translation PHP files. Is there some out-of-the-box solution for this one?
Please or to participate in this conversation.