Page 1 of 1

Re: Edit aimeos files / templates

Posted: 06 Dec 2019, 13:58
by aimeos
BlewSquare wrote: 06 Dec 2019, 10:53 Hello , i'm making an e-commerce website and i need your help .
It's my first time using aimeos with laravel and i'm really lost .
I would like to edit the shop page and the others page but when i take a look to their views files ( vendor / aimeos-laravel / src / views ) i only find variables references and nothing else .
Same thing for the controllers , i don't find them . I've been seraching for help all day long but didn't find anything .
Could someone help me ? :D
Did you read this articles?
https://aimeos.org/docs/Laravel#Customization

The templates for the HTML output are in ./ext/ai-client/html/client/html/templates/
BlewSquare wrote: 06 Dec 2019, 10:53 Oh , one more thing , if i want to create a new view ( let's take contact page for example ) what must i do ? Can i just create the view in the ressources / views , then the controller with php artisan make:controller and finallly the Mail with php artisan make:mail or must i do other things that i shouldn't with only laravel ?
That's enough. You can create non-shop pages with Laravel means only.