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

objective c - Can't build GCM with Protobuf in Xcode -

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

How to use function view in Drupal -