Search found 2 matches

by jgirard
04 Jul 2023, 07:58
Forum: Laravel package
Topic: Pass custom Entity data into base.blade.php template
Replies: 2
Views: 5941

Re: Pass custom Entity data into base.blade.php template

Hello,

Thanks for your feedback kdim95.

Your second solution worked. I created a component and added the section to my blade.php template.

Thanks again!
by jgirard
23 Jun 2023, 09:51
Forum: Laravel package
Topic: Pass custom Entity data into base.blade.php template
Replies: 2
Views: 5941

Pass custom Entity data into base.blade.php template

Hello,

I'm using Laravel package with Aimeos 2022.10

I'd like to know how to pass data from a custom Entity into my extension's base.blade.php template.
In this way, I can include this data in the header of my site so that it appears on all pages.
Please note that I'm not using a controller for ...