tallcms / cms
TallCMS - A modern CMS for Filament admin panels. Works standalone or as a plugin in existing Filament apps.
Fund package maintenance!
Requires
- php: ^8.2
- ext-sodium: *
- bezhansalleh/filament-shield: ^4.0
- ezyang/htmlpurifier: ^4.19
- filament/filament: ^5.0
- intervention/image: ^3.0
- lara-zeus/spatie-translatable: ^1.0 || ^2.0
- laravel/sanctum: ^4.0
- laravel/scout: ^10.0
- spatie/laravel-package-tools: ^1.16
- spatie/laravel-permission: ^6.0
- wsmallnews/filament-nestedset: ^2.0
Requires (Dev)
- knuckleswtf/scribe: ^4.0 || ^5.0
- orchestra/testbench: ^9.0 || ^10.0
- phpunit/phpunit: ^10.5 || ^11.0
- spatie/laravel-translatable: ^6.0
- dev-main
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.24
- 4.0.23
- 4.0.22
- 4.0.21
- 4.0.20
- 4.0.19
- 4.0.18
- 4.0.17
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.13.1
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.5
- 3.10.3
- 3.10.2
- 3.10.1
- 3.10.0
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.0
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.11.7
- 2.11.6
- 2.11.5
- 2.11.4
- 2.11.3
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.0
- 2.9.1
- 2.9.0
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.14
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
This package is auto-updated.
Last update: 2026-04-25 13:56:55 UTC
README
A modern Content Management System package for Laravel Filament. Adds pages, posts, a block-based editor, media library, menus, comments, and forms to your existing Filament application.
This repository is a read-only subtree split of the tallcms/tallcms monorepo, updated automatically via CI. File issues, PRs, and find full documentation at tallcms/tallcms.
For a full standalone CMS with themes, plugins, and auto-updates, see tallcms/tallcms.
Installation
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:
use Spatie\Permission\Traits\HasRoles; class User extends Authenticatable { use HasFactory, HasRoles, Notifiable; }
Full guide: Installation.
Requirements
- PHP 8.2+
- Laravel 11 or 12, Filament 5
- MySQL 8 / MariaDB 10.3 / SQLite
- Node 20+ (host app needs to build its Vite manifest for the admin to render)
Laravel 13 is not yet supported. Blocked upstream on
lazychaser/laravel-nestedset(caps atilluminate/support <=12.0). Tracking in tallcms/tallcms#61.
Documentation
Documentation lives in the monorepo's 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
- Website: https://tallcms.com
- Packagist: https://packagist.org/packages/tallcms/cms
- Monorepo: https://github.com/tallcms/tallcms