FriendsOfCake / cakephp-upload

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

Cannot Find plugin and it is there #566

Closed RonnyCuba closed 2 years ago

RonnyCuba commented 3 years ago

5 Hello..

Thanks in advanced for your support. I'm traying too hard to install Josegonzalez/Upload's plugin and I receive a lot of errors. I install it via Composer, Manually, I don't know in how many ways, the erros are the same: pluging not found or behaviour not found.

I really need your help. 1 2 3 4

magic-77 commented 3 years ago

@RonnyCuba you should do it this way: Install

composer require josegonzalez/cakephp-upload

enable plugin

bin/cake plugin load Josegonzalez/Upload

you don't need to manually load the plugin at bootstrap