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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -