Multilanguage projects are quite easy to configure in Laravel, but if you want to have locale as part of URL, like /en/about, then you will have trouble with Auth::routes(), they won’t work by default like /en/register. Learn how you could do it.
05/Feb/19 · by Povilas KoropIf you ever have worked already with Laravel 5 (if not, you should), and that you needed a decent way to switch language into your application, well good luck.
18/May/15 · by Clément RigoWith this package you can translate your language files using a translator service. Currently the package ships only with Google Translate.
by BenLaravel Translation is a package for Laravel 5 which allows you full control over your translations when using Laravel's localization functionality. The package allows you to manage your translations using either the native file based translations, but also provides a database driver which is useful in multi-server setups.
by Joe Dixon