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
How to Build Laravel 12 API From Scratch
28 lessons
1 h 21 min
Laravel 12 For Beginners: Your First Project
15 lessons
1 h 32 min
PhpStorm Junie AI for Laravel Projects: Crash Course
7 lessons
36 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?