Closed eldad87 closed 11 years ago
The plugin comes with a basic upload feature, and uses Cake's scaffolds
But if you want to use Cake Miles' Uploader
Make sure composer is setup properly as it uses it... https://getcomposer.org/
Easiest way to do this in cake would be to use https://github.com/uzyn/cakephp-composer
After that...
in your Config/core.php require_once dirname(DIR) . '/Vendor/autoload.php';
Since this is not related with this plugin, I am closing it...
I have this model:
I'm usig Miles' Uploader: http://milesj.me/code/cakephp/uploader
Error I'm getting:
Class 'Uploader' not found