Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a (preferably PHP) CMS that can be plugged into an existing site using bootstrap? [closed]

I'm creating website with Twitter Bootstrap and I need to hook it up to a CMS because it is now a requirement that someone other than myself be able to edit the content (not necessarily the layout or anything).

Is there a (preferably PHP-based) CMS that I can simply "plug in" to the existing site?

like image 332
RolandiXor Avatar asked Jan 19 '26 21:01

RolandiXor


1 Answers

You could take a look at Concrete 5, it doesn't take more than 5-10minutes to transform some static html pages into dynamic pages managed by the CMS.

http://www.concrete5.org/

like image 133
am_ Avatar answered Jan 22 '26 12:01

am_