FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Cake 3.X can´t load the plugin #418

Closed andcob closed 7 years ago

andcob commented 7 years ago

Hi. I can´t load the plugin

_"Error: The application is trying to load a file from the Josegonzalez/Upload plugin. Make sure your plugin Josegonzalez/Upload is in the C:\xampp_5_6\htdocs\engagement_toolsmanager\plugins\ directory and was loaded."

I installed with composer as you can see in the attached image. I've tried; Plugin::load('Josegonzalez/Upload'); and Plugin::loadAll(); in the boostrap.php file, but no success.

When I look for the folder, I can only find it in: bin/vendor not in: /vendor not in: /plugins

Could you help me ? Thanks.

captura

andcob commented 7 years ago

Sorry, It was a stupid mistake. I was running composer from the bin directory. Lack of coffee I think.