BlogBundle
BlogBundle copied to clipboard
How can I extend this bundle to support post submission for authenticated user?
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