Cakephp loading Plugins installed with composer

296 Views Asked by At

I installed friendsofcake/crud plugin with composer require friendsofcake/crud. composer installed it in vendor directory called friendsofcake. Now i want to load the plugin into my app.doing something like this does work

cake plugin load friendsofcake

I get error `Exception: Plugin friendofcake/crud is could not be found> Is there something I should know about loading composer loaded plugins.

0

There are 0 best solutions below