Hello,
I have used this bundle to build simple blog system in my symfony2.2 project, now I need to allow user wise post creation.
In short I need to add many to one relation to my User entity in Post entity of this bundle. Is there any way to do this in proper way?
Thanks