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

Resque not found in ...app/Plugin/CakeResque/Lib/CakeResque.php on line 82 #69

Closed brianakidd closed 10 years ago

brianakidd commented 10 years ago

CakeResque - Resque not found in ...app/Plugin/CakeResque/Lib/CakeResque.php on line 82

I've followed the instructions here: http://cakeresque.kamisama.me/install#requirements

to setup CakeResque with my CakePHP project but the Resque class isn't loading. I installed CakeResque using Composer and I'm assuming I'm missing something (possible autoloader) but with no luck.

Any help is appreciated. Thanks

wa0x6e commented 10 years ago

Did you put the composer autoloader in your app/Config/core.php ?

brianakidd commented 10 years ago

You're right - I missed that line. Sorry about that.