Integrate Blog into 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
QuốcTrungNguyễnHoàng
Posts: 14
Joined: 06 Aug 2019, 03:22

Integrate Blog into Aimeos

Post by QuốcTrungNguyễnHoàng » 03 Nov 2020, 08:15

I have 3 tables in DB (posts, post_tag, tags).
I'm following document and create file structure like this
Image
But i don't understand what should implement in Factory and Standard file to pass and maganage data in view file

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

Re: Integrate Blog into Aimeos

Post by aimeos » 03 Nov 2020, 08:21

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
QuốcTrungNguyễnHoàng
Posts: 14
Joined: 06 Aug 2019, 03:22

Re: Integrate Blog into Aimeos

Post by QuốcTrungNguyễnHoàng » 03 Nov 2020, 08:37

Yes,
I read it, but i feel not comfortable when use php aimeos core syntax.
I want to convert php file -> blade.php
How can i pass data from Standard file method to blade view and access data from blade file?

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

Re: Integrate Blog into Aimeos

Post by aimeos » 04 Nov 2020, 08:19

Using Blade templates in the admin backend should work the same way as for the frontend. Here's the documentation:
https://aimeos.org/docs/latest/laravel/ ... -templates
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply