Enjoyed This Tutorial?
Get access to all premium tutorials, video and text courses, and exclusive Laravel resources. Join our community of 10,000+ developers.
Recent Courses on Laravel Daily
[NEW] Next.js Basics for Laravel Developers
11 lessons
58 min
How to Structure Laravel 13 Projects
16 lessons
1 h 32 min read
[FREE] Laravel 13 for Beginners: 3 Demo Projects
5 lessons
29 min
Povilas, thank you the exploring multi-language topic. What if i also want my URLs to be translated, something like this:
I come up with this solution in routes:
It reads respective, translated route name from translation file:
But i don't know if translation file was suposed for such use. Do you know any other solution that may provide similar results?