Hi,
I'm trying to use the bundle but I'm getting this message :
ClassNotFoundException: Attempted to load class "FrequenceWebCalendRBundle" from namespace "FrequenceWeb\Bundle\CalendRBundle" in app/AppKernel.php line 20. Do you need to "use" it from another namespace?
In app/AppKernel.php line 20, I have :
new FrequenceWeb\Bundle\CalendRBundle\FrequenceWebCalendRBundle(),
I installed the bundle with composer and I try to declare the bundle like a services in app/config/config.yml but nothing i always getting this message.
Any ideas ??
Hi,
I'm trying to use the bundle but I'm getting this message :
ClassNotFoundException: Attempted to load class "FrequenceWebCalendRBundle" from namespace "FrequenceWeb\Bundle\CalendRBundle" in app/AppKernel.php line 20. Do you need to "use" it from another namespace?
In app/AppKernel.php line 20, I have :
new FrequenceWeb\Bundle\CalendRBundle\FrequenceWebCalendRBundle(),
I installed the bundle with composer and I try to declare the bundle like a services in app/config/config.yml but nothing i always getting this message.
Any ideas ??