u/BuildWithTall

TallCMS now supports Laravel 13 — open-source TALL-stack CMS on Filament
▲ 4 r/u_BuildWithTall+1 crossposts

TallCMS now supports Laravel 13 — open-source TALL-stack CMS on Filament

Just shipped Laravel 13 support for TallCMS, an open-source CMS built on the TALL stack (Tailwind, Alpine, Laravel, Livewire) with a Filament 5 admin and a daisyUI block system.

New standalone installs land on Laravel 13; existing Laravel 11/12 setups keep working — no forced upgrade

Verified zero regressions (full suite run on both L12 and L13)

16 built-in content blocks, multi-language, publishing workflow, search

Works standalone or as a plugin in an existing Filament app.

Repo: https://github.com/tallcms/tallcms/

Website: https://tallcms.com/

Feedback welcome.

u/BuildWithTall — 27 days ago
▲ 1 r/u_BuildWithTall+1 crossposts

I’m building an open-source CMS on top of Filament, and one challenge was turning the RichEditor into something more structured (block-based, not just WYSIWYG).

This write-up covers how I extended it to support:

  • Block hierarchy (outline-style editing)
  • Drag/drop reordering
  • Slash commands
  • Collapsible content

All without touching Filament core.

If you’re building CMS tools or admin panels, this might be useful:

tallcms.com
u/BuildWithTall — 2 months ago