@yield('aimeos_head_basket') - explain working of this code

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
mahammadareef
Posts: 54
Joined: 14 Oct 2022, 11:54

@yield('aimeos_head_basket') - explain working of this code

Post by mahammadareef » 14 Oct 2022, 12:09

how is this working can you explain me
@yield('aimeos_head_basket')
I have searched this but there is no section with this name exists

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

Re: @yield('aimeos_head_basket') - explain working of this code

Post by aimeos » 15 Oct 2022, 14:07

There are Blade templates that extend from the base template like this one:
https://github.com/aimeos/aimeos-larave ... ade.php#L1

They define what's rendered in the sections inserted into the base template:
https://github.com/aimeos/aimeos-larave ... hp#L13-L15
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply