Page 1 of 1

AIMEOS PACKAGE IN CUSTOM DIRECTORY INSTEAD OF VENDORS

Posted: 22 May 2017, 16:57
by sammiewai
Hello,

I would like to install aimeos in a custom directory rather than in the vendors while using the composer.

How should I go about it?

Am using Laravel 5.2, aimeos ~2016.10 on Linux environment.


Thanks.

Re: AIMEOS PACKAGE IN CUSTOM DIRECTORY INSTEAD OF VENDORS

Posted: 22 May 2017, 17:32
by aimeos
You can change the directory composer is using in your composer.json but separating the Laravel packages from the rest of the packages in ./vendor/ only works with custom installers. The package type used by Aimeos is "laravel-bundle".

For more details please refer to https://getcomposer.org/doc/articles/cu ... tallers.md