use view url helper for getting site url

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: 7917
Joined: 01 Jan 1970, 00:00

Re: use view url helper for getting site url

Post by aimeos » 17 May 2021, 06:49

Use the Laravel route() function:

Code: Select all

route( 'aimeos_shop_list', ['site' => 'default'] )
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply