php - Add directory using Composer -


i wanted several git repositories place on directory on git-tracked project. current project structure:

- custom - plugins - file.txt 

when user composer install, wanted fetch git repo place under new directory on project named provisioning.

- custom - plugins - provisioning   - nginx - file.txt 

am using composer right way?

by default, composer install dependencies vendor directory. if need install directory names provisioning use

"config": {     "vendor-dir": "plugins" }, 

in composer.json file , run composer install command

further details in how specify composer install path?


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -