ozee31 / cakephp-cors

A CakePHP (3.3+) plugin for activate cors domain in your application
MIT License
43 stars 31 forks source link

class not found [cake 3.4.8] #13

Closed rgr closed 7 years ago

rgr commented 7 years ago

Hey there,

on a fresh cake 3.4.8 install, I get the following error :

Error: Class 'Cors\Routing\Middleware\CorsMiddleware' not found File /home/enokifrzgr/weknow/vendor/ozee31/cakephp-cors/config/bootstrap.php Line: 27

Do you guys have any idea why he doesn't find the class ?

Thanks !

rgr commented 7 years ago

Just went inside the plugin folder and ran a "composer update" and it works. Sorry about that !