localization

3 min. read

Laravel 5: Localization based on the subdomain

You want to set the locale of your Laravel 5 application based on the visited subdomain? Here is the full tutorial.

3 min. read

Laravel 4: Localization based on the subdomain

Need to change the application language used by Laravel based on the subdomain? Here's how to achieve it with some simple lines of code.