Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7893
Joined: 01 Jan 1970, 00:00

Re: Multishop Configuration Issue: Overriding Locale Settings in Laravel Aimeos

Post by aimeos » 06 Jun 2023, 11:40

You didn't add a direct to the beginning of the ./routes/web.php file like:

Code: Select all

Route::get('/', function (Request $request) {
    return redirect('/en');
});
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply