I'm working about a website that need more languages. I start the project using Laravel Localization solution. Now I have to create an admin panel where the administator can modify the translations. How can I set language file array by code? I haven't founded any function that can help me, so I would write every time by code the php file with the translated strings, but I don't know the absolute path of lang directory (resources/lang).
How can I solve this problem?
Thanks
You should be able to get the full path to the language folder with App::langPath()
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community