is it possible to use FOSCommentBundle without FOSUserBundle?

120 Views Asked by At

i want to know if it is possible to use FOSCommentBundle without using
FOSUserBundle, because i am trying to use FOSCommentBundle without FOSUserBundle
and i followed the 4 steps in the documentation but it didn't work.

1

There are 1 best solutions below

0
zilongqiu On

The integration with FOSUserBundle is an "Optional step".

So FOSUserBundle is not required by FOSCommentBundle.