Search found 7 matches

by roby
21 Jul 2023, 07:54
Forum: Help
Topic: Customizations basics for Laravel
Replies: 10
Views: 25960

Re: Customizations basics for Laravel

ok, i'll give it a try, thanks
by roby
19 Jul 2023, 14:37
Forum: Help
Topic: Customizations basics for Laravel
Replies: 10
Views: 25960

Re: Customizations basics for Laravel

Can you kindly give me some more information about decorators? I need to understand what are the steps to create a decorator and to use it. I'm trying to figure it out from the manual but I'm having some trouble finding what I need. I would like to create a site for dropshipping sales, therefore the...
by roby
19 Jul 2023, 10:00
Forum: Help
Topic: Customizations basics for Laravel
Replies: 10
Views: 25960

Re: Customizations basics for Laravel

ok, thank you!
by roby
18 Jul 2023, 13:35
Forum: Help
Topic: Customizations basics for Laravel
Replies: 10
Views: 25960

Re: Customizations basics for Laravel

I have another question: I created two extensions to start working on my site: an "Aimeos 2023.x extension" and a "Laravel 2023.x theme extension". Is this the right approach? The first is intended for generic customizations and the second for theme customizations or did I get it...
by roby
18 Jul 2023, 12:37
Forum: Help
Topic: Customizations basics for Laravel
Replies: 10
Views: 25960

Re: Customizations basics for Laravel

Hi, reading the Extend section of the Aimeos manual (https://aimeos.org/docs/latest/laravel/extend/) I found a link to src/views (https://github.com/aimeos/aimeos- laravel /tree/master/src/views) but it's a broken link (maybe it should be fixed)... the correct destination url is https://github.com/a...
by roby
18 Jul 2023, 12:26
Forum: Help
Topic: Customizations basics for Laravel
Replies: 10
Views: 25960

Re: Customizations basics for Laravel

Thank you :-)
by roby
18 Jul 2023, 08:01
Forum: Help
Topic: Customizations basics for Laravel
Replies: 10
Views: 25960

Customizations basics for Laravel

HI, I just downloaded Aimeos, I looked at the frontend and backend to find and I started reading the manual and it seems to me a tool with truly remarkable potential. I only did the basic install (composer create-project aimeos/aimeos myshop) and even here I have a doubt: is this the right way to st...