wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

default install by composer not git submodule #63

Closed tarky closed 10 years ago

tarky commented 10 years ago

Now the default install way of this plugin is by "git submodule" as the document say. But nowadays, more and more developers manage their app's plugins by composer.json. Off course, it's possible to manage this plugin by composer.json, if we want. But in that case, we have to set paths of this plugin's dependencies in app's config, because thoese dependencies is installed in app's Vendor directory, not CakeResque's Vendor directory. I think that's tricky somehow. It's easier that all we have to do is run "composer require kamisama/cake-resque".

whitehat101 commented 10 years ago

:+1:

wa0x6e commented 10 years ago

Fixed