Managing CakePHP Plugins with Composer -


over time i've developed number of cakephp plugins reuse across projects. i'd start managing them dependencies.

my initial thoughts should make each plugin private composer library. however, composer manages dependencies single vendors folder, wise , / or feasible link symlink cakephp plugin directory vendors folder?

or there better solution trying achieve?

for cakephp plugins should @ composer/installers project helps put them in right folder: https://github.com/composer/installers


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -