Reputation: 190
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?
Upvotes: 0
Views: 561
Reputation: 1055
And if you just need a cms built using symfony components: https://symfony.com/projects/category/cms
Upvotes: 1
Reputation: 260
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 ;)
Upvotes: 1