Search code examples
phpmysqlsymfonycontent-management-systemsonata

Symfony project CMS


I am building a website which uses a symfony backend and a mysql database. I read about the Sonata project and wondered if it would allow me to set up a easy to use cms with a GUI so that the sites content can be maintained without having to hard-code it into the project. Also I would like to keep my projects structure the way it is, I wouldn't like to set up a Wordpress instance. It would be awesome if I could set up the CMS on top of the existing symfony project. Any ideas?


Solution

  • I worked with Sonata Project for a CMS Project, and you can do it, You have the SonataPageBundle

    And you have other solution : KunstmanBundle , It's perfect for CMS project Enjoy ;)