mnsami / composer-custom-directory-installer

A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor folder.
https://packagist.org/packages/mnsami/composer-custom-directory-installer
MIT License
138 stars 27 forks source link

Can set install path from package ? #26

Closed GothShoot closed 3 years ago

GothShoot commented 5 years ago

Hi man,

I have an module based app and i whant to load module by composer li ./Module/{modulename}. I have an little question, i can set install dir on package or i can't ?

for illustrate : skeleton : https://github.com/Alzundaz/NitroPHP module : https://packagist.org/packages/alzundaz/coremodule, https://github.com/Alzundaz/CoreModule