jdesrosiers / silex-cors-provider

A silex service provider that adds CORS services to silex
MIT License
78 stars 25 forks source link

Class 'CorsServiceProvider' not found #11

Closed IgorDePaula closed 9 years ago

IgorDePaula commented 9 years ago

I did all written on readme file, and nothing. I received the error: Class 'CorsServiceProvider' not found

jdesrosiers commented 9 years ago

It's hard to help you debug with so little information, but my best guess it that you are missing the classes namespace. The README should include it.

JDesrosiers\Silex\Provider\CorsServiceProvider