Page 1 of 1

I would like to add product programmability to the catalog

Posted: 23 Mar 2017, 11:44
by Mustafa Omran
Hello,

I would like to add product programmability to the catalog in my store. However, I have vendor directory under .git_ignore , what is the best practice to extend aimeos for my application without saving my application code under vendor?

Re: I would like to add product programmability to the catal

Posted: 23 Mar 2017, 13:07
by aimeos
Please create your own product specific Aimeos extension for all your code, templates and modifications:
https://aimeos.org/docs/Developers/Create_an_extension

Re: I would like to add product programmability to the catal

Posted: 23 Mar 2017, 22:44
by qamaruddin
We have gone through the documentation; it seems we can only add extensions under vendor/src/ext directory.

However, in all our projects vendor is usually ignored by git. Can we specify a different directory for ext inside our app directory? we use laravel 5.3

Re: I would like to add product programmability to the catal

Posted: 24 Mar 2017, 07:55
by aimeos
The standard extension directory in Laravel for Aimeos is "./ext/" (in your application directory alongside with ./public/, ./app/, etc.)