Hacker News new | ask | show | jobs
by robotomir 930 days ago
What are examples of good CMS software that you've used?
2 comments

ProcessWire CMS. Developer oriented but amazing for clients once set up. Been using it for 10 years straight.
I can't remember the last project where I haven't used Craft CMS. Twig templating, no opinion on the data structure and easy to extend.
My thought as well. Craft is (inexpensively) commercial but it essentially starts where you’re fighting to get with Drupal for medium-sized projects. And authors like it.

As a CMS with web framework features, it’s also built on top of a model/controller-based framework, using Yii instead of Symfony. Craft has thinned their abstractions over time to more directly match Yii’s methods.