I would like to add product programmability to the catalog

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Mustafa Omran
Posts: 1
Joined: 23 Mar 2017, 11:40

I would like to add product programmability to the catalog

Post by Mustafa Omran » 23 Mar 2017, 11:44

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 23 Mar 2017, 13:07

Please create your own product specific Aimeos extension for all your code, templates and modifications:
https://aimeos.org/docs/Developers/Create_an_extension
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

qamaruddin
Posts: 1
Joined: 23 Mar 2017, 22:37

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

Post by qamaruddin » 23 Mar 2017, 22:44

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 24 Mar 2017, 07:55

The standard extension directory in Laravel for Aimeos is "./ext/" (in your application directory alongside with ./public/, ./app/, etc.)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply