Some weeks ago I learned about ClassicPress: https://www.classicpress.net/
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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.
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.
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.