TallCMS Core plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

TallCMS Core

TallCMS is a flexible, open-source content management plugin for Filament that gives your admin panel a full-featured CMS out of the box. It leverages the full power of Filament's Tiptap editor and its block system, letting you compose rich, structured content using reusable blocks. With page and post management, Menu management, a media library, SEO tools, and a modular plugin architecture, everything integrates seamlessly into your existing Filament dashboard.

Tags: Developer Tool Kit
Supported versions:
5.x
TallCMS avatar Author: TallCMS

Documentation

Packagist Version Packagist Downloads License

A modern Content Management System built on the TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire) with a Filament admin panel and a daisyUI-powered block system.

#Installation

#Standalone (full CMS)

composer create-project tallcms/tallcms my-site
cd my-site && npm install && npm run build
php artisan serve

Visit /install to run the web installer, then /admin.

#Plugin (add CMS to your existing Filament app)

composer require tallcms/cms
php artisan tallcms:install

Register the plugin in your panel provider:

->plugin(TallCmsPlugin::make())

Add the HasRoles trait to your User model.

Full guide: Installation.

#System Requirements

  • PHP 8.2+
  • Laravel 12, Filament 5
  • MySQL 8 / MariaDB 10.3 / SQLite
  • Node 20+ (for building assets)

Laravel 13 is not yet supported. Blocked upstream on lazychaser/laravel-nestedset (caps at illuminate/support <=12.0). Tracking in #61.

#Documentation

Full documentation lives in the docs/ directory. Highlights:

#Commercial add-ons

  • Multisite — run multiple sites (each with its own domain, theme, settings, and content) from a single TallCMS install. Built for agencies and SaaS operators.

Browse the full catalog at tallcms.com/marketplace.

#Need Help?

🐞 Bug? Open an issue. 🤔 Question or feature request? Start a discussion. 🔐 Security issue? Email hello@tallcms.com. Do not file publicly.

#License

MIT — see LICENSE.

#Links

The author

TallCMS avatar Author: TallCMS

TallCMS is an open-source CMS built for Laravel teams who love the TALL stack (Tailwind, Alpine, Laravel, Livewire). It focuses on a clean editing experience, flexible page building (sections/blocks), and developer-friendly extensibility—so you can ship marketing sites, portals, and content-driven apps without fighting your stack.

We build plugins, themes, and building blocks that fit naturally into modern Laravel + Filament workflows—prioritising performance, maintainability, and a great authoring UX.

Plugins
4
Stars
21

From the same author