Custom content

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!
Bfr
Posts: 9
Joined: 29 Sep 2017, 08:44

Custom content

Post by Bfr » 13 Oct 2017, 12:58

Hello,

I want to add some custom content coming from the database. Is there any module or other way to display custom content? For example add in the footer a text that I can configure in the admin.

Thanks,

Bernard

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

Re: Custom content

Post by aimeos » 13 Oct 2017, 20:02

You can overwrite the Blade templates locally and add content there:
https://github.com/aimeos/aimeos-larave ... ws/catalog

Maybe you have to overwrite the controller classes, fetch your content from the database and change the routes to the new controller.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply