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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -