Page 1 of 1

Custom content

Posted: 13 Oct 2017, 12:58
by Bfr
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

Re: Custom content

Posted: 13 Oct 2017, 20:02
by aimeos
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.