php - Composer, move files from /vendor/ folder -
I have just started using the computer because I'm bored to manually download dependencies from Gitb. But there are some things that I do not understand.
Composer always downloads files in the / vendor folder such as I add twitter bootstrap - it's downloaded to / vendor / twitter / bootstrap folder Will go But I should be in my / webroot / bootstrap / directory. How do you take these files? Because if I move it manually - then they will not be updated later using the Composer update command.
Or if I use the micro php framevork slim I've added the Thin / Slim Dependency but it is / Seller / Slim / Slim / ... < / Strong>
, then what should I do? Use Fing or some other deployment tool to transfer files from the desired destination / vendor to the destination? What do you use
This is not a fast that I want, but it works for CSS / JS / etc.
"config": {"seller-dir": "path / to / where" }, in your composer.json file
Comments
Post a Comment