OFFLINE-GmbH / oc-cors-plugin

Setup and manage Cross-Origin Resource Sharing headers in October CMS
MIT License
12 stars 6 forks source link

L5.5 Class CORS does not exist #4

Open axomat opened 6 years ago

axomat commented 6 years ago

The plugin has been working fine pre Laravel 5.5 upgrade. After the upgrade I get the error Class cors does not exist. I have tried to fix it but I dont know enough about the way that service providers work and so now I am stuck.

Thanks

tobias-kuendig commented 6 years ago

I cannot reproduce the issue. It's working fine on Build 431.

Do you have any more details about the error? Class cors does not exist on which line of which file?

Have you tried to run composer dump-autoload?