Override doesn't work
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Override doesn't work
Hello,
thank you for your amazing work on aimeos.
It works great but I have problems to configure override.
I've made an extension as said in this link : https://aimeos.org/docs/Developers/Create_an_extension
I made the change in my composer.json and run the command, but when I made changes in my templates it doesn't change anything...
My second question is about the general bundle override, in Symfony 4 usually we have to modify the router to override bundle, is this still the same in Aemios or we have to use extension too?
If you can help me thank you
I'm on Symfony 4,aemios 2019.04 with php 7.3.3 and I'm on Mac.
thank you for your amazing work on aimeos.
It works great but I have problems to configure override.
I've made an extension as said in this link : https://aimeos.org/docs/Developers/Create_an_extension
I made the change in my composer.json and run the
Code: Select all
composer dump-autoload
My second question is about the general bundle override, in Symfony 4 usually we have to modify the router to override bundle, is this still the same in Aemios or we have to use extension too?
If you can help me thank you

I'm on Symfony 4,aemios 2019.04 with php 7.3.3 and I'm on Mac.
Re: Override doesn't work
Where did you store your own Aimeos extension and where are your templates located?
The Aimeos routes are defined the standard way in Symfony. Maybe you can overwrite routes or include routes groups with a new prefix if your own route file is loaded after the routes of the packages. Here are the route files you can have a look at:
https://github.com/aimeos/aimeos-symfon ... ces/config
The Aimeos routes are defined the standard way in Symfony. Maybe you can overwrite routes or include routes groups with a new prefix if your own route file is loaded after the routes of the packages. Here are the route files you can have a look at:
https://github.com/aimeos/aimeos-symfon ... ces/config
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
