Sulu

@sulu.io

Sulu is a highly extensible open-source PHP content management platform based on the @Symfony.com framework.

New Sulu releases: 2.6.22 & 3.0.5 are out 🚀 🔐 Fixed Contacts API permission issue ⚡ Faster content resolving & navigation (3.0) 🛠️ PostgreSQL search + smoother Sulu 3 upgrades (2.6) …plus more improvements & fixes Read the full release Blog: sulu.io/blog/sulu-re...

Sulu releases 2.6.22 and 3.0.5

We’ve just published new patch releases for Sulu: Sulu 2.6.22 and Sulu 3.0.5. These updates provide security fixes, some bug fixes and a lot of improvements.

sulu.io

A major update for Sulu.ai is available 🚀 The bundle now runs on Symfony AI — enabling a consistent abstraction for providers, agents, and embeddings. Includes initial support for agent workflows and embeddings. Supports Sulu 3 & 2.6. 👉 sulu.io/blog/a-major...

Sulu.ai Update: Symfony AI & Advanced Workflows

Discover the major Sulu.ai update! Now built on Symfony AI, it offers agents, embeddings & advanced workflows for developers to build powerful AI tools in Sulu.

sulu.io

Sulu.cloud is now available as the official managed hosting platform for Sulu CMS. Git-native deployments, preview environments, built-in performance tools, and enterprise-grade security — optimized for Sulu projects. Built on SymfonyCloud infrastructure and supported by the Sulu core team.

New releases: Sulu 2.6.21, 3.0.4 & bundle 3.0 RCs 🚀 • 47 merged PRs in 3.0.4 • Improved performance (link providers) • Enhanced search index • 2.6 stability updates Bundle 3.0 RCs (Form, Automation, Redirect, Theme, Headless) available. Full details: sulu.io/blog/sulu-2-... #sulu #sulucms #PHP

New Sulu Releases: 2.6.21, 3.0.4 & Bundle Updates

Discover the latest Sulu CMS releases! Version 3.0.4 brings performance improvements, while 2.6.21 includes key fixes. Plus, new RCs for our top bundles.

sulu.io

“Open Source” has become so broad it’s lost its meaning. Hobby project? VC growth hack? Volunteer work? At Sulu, we’ve spent a decade building truly open software — no bait-and-switch, no license pivots, no locked features. How do we make that work? sulu.io/blog/open-so...

Bild

Multi-page applications can now have smooth, animated page transitions just like SPAs! This guide from Mozilla shows how the CSS view-transition at-rule makes this possible with just a few lines of code—no JavaScript required. developer.mozilla.org/en-US/blog/v... #css #webdev #frontend

A beginner-friendly guide to view transitions in CSS | MDN Blog

Learn how to bring smooth, animated navigation to multi-page apps with view transitions. With just one line of CSS, you can enable seamless transitions between pages.

developer.mozilla.org

Domain-Driven Design isn’t just tactical patterns—it’s strategy! Join Rob Allen at SymfonyCon 2025 in Amsterdam, 27–28 November, as he explores DDD’s strategic side, emphasizing communication at all project levels. symfony.com/blog/symfony... #symfonycon #ddd #symfony

SymfonyCon Amsterdam 2025: Strategic DDD (Symfony Blog)

Join Rob Allen to explore the strategic side of Domain Driven Design—and learn how better communication can turn business needs into truly maintainable software.

symfony.com

The Symfony Console is everywhere—Composer, PHPStan, and millions of other applications—and Symfony 7.3 gave it a major redesign! Join Robin Chalas at SymfonyCon 2025 in Amsterdam, 27–28 November, to discover the Console again. symfony.com/blog/symfony... #symfonycon #symfony

SymfonyCon Amsterdam 2025: Rediscover the Console (Symfony Blog)

💻 Join Robin Chalas to explore Symfony’s most ubiquitous component, its brand-new redesign in 7.3, and the possibilities it unlocks for the future!

symfony.com

We rebuilt sulu.io with headless Sulu and Remix! Would we choose headless again for a content site? Probably not. But this real-world test gave us insights to help US make Sulu better, and help YOU make better architecture decisions. sulu.io/blog/eating-... #sulucms #headlesscms

Sulu.io Redesign: Headless Sulu & Remix Insights

Discover how we redesigned Sulu.io using Headless Sulu and Remix, gaining insights into performance, complexity, and when to choose headless vs. traditional CMS approaches.

sulu.io

PHP 8.3’s json_validate() function makes checking JSON strings cleaner and more memory-efficient than json_decode() for validation-only use cases. Ashley Allen breaks down when to use each approach and how to avoid parsing JSON twice. ashallendesign.co.uk/blog/php-jso... #PHP #WebDevelopment

Check If a String is Valid JSON in PHP

Read about how to use the "json_validate" function in PHP to check whether a string is valid JSON. We'll also discuss the difference between "json_validate" and "json_decode".

ashallendesign.co.uk