I have following files structure now for email templates: ~/resources/views/emails/$template.blade.php
I would like to implement following structure with fallback to default locale: ~/resources/views/emails/$locale/$template.blade.php
It is very common issue, but unfortunately i can't find ready solutions. What is best way to implement this? Or perhaps there are some existing solutions you could advise?
Thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community