Data from Google Trends noted search requests around the website builder boomed in October 2024, especially on October 8, where it reached a peak score of 100.
The spike in interest signals a shift in user behavior, indicating an active search for options which align more closely with user expectations around performance, control, and transparency.
Yes! Finally the world can maybe move on from PHP!
PHP 7 or 8 + Laravel is fine
PHP 8 is actually really good. Think last time I was angry at PHP was pre 7.4 PHP
Is there a better alternative though?
I was pretty disappointed at the options for a FOSS CMS when I last looked a year or so ago. Ghost looked good but is held back by the lack of a genuine plugin system.
Drupal has been the main competitor for decades, but the biggest difference is that it’s not blog-style with a timeline of posts, it’s nodes and categories.
If I were building a larger site, I’d probably use Drupal.
It’s a bit of a departure from the “blogware” mindset though. You’re not managing “posts” and “static pages”. You’re managing stuff. …Which can manifest itself as pages or posts. Different kinds of content, different kinds of fields. Blogware gets hacky if you are posting anything but pages and posts, but in Drupal, every type of content is equally tweakable.