error with helper {{ 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!
h2jose
Posts: 8
Joined: 04 Jun 2018, 14:45

error with helper {{ url('/') }}

Post by h2jose » 15 Jul 2018, 21:55

Hi, i have problem with breadcrumb home link and logo link to return home when the detail is shown.
I found the helper

Code: Select all

href="{{ url('/') }}
in the line 104 at "ext/ai-client-html/client/html/templates/catalog/detail/body-standard.php", i think the helper required blade template file instead (body-standard.blade.php).
I used

Code: Select all

href="<?= url('/') ?>"
, now work fine.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: error with helper {{ url('/') }}

Post by aimeos » 16 Jul 2018, 17:19

Can you please give us a link to the line on GitHub? https://github.com/aimeos/ai-client-html
We can't find such a line in the mentioned file.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply