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
Post a Comment