tallcms / tallcms
A modern CMS built on Laravel, Livewire, Alpine.js, and Filament. The TALL stack CMS.
Package info
Type:project
pkg:composer/tallcms/tallcms
Fund package maintenance!
Requires
- php: ^8.2
- aws/aws-sdk-php: ^3.369
- filament/filament: ^5.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- league/flysystem-aws-s3-v3: ^3.30
- livewire/livewire: ^4.0
- symfony/yaml: ^7.4
- tallcms/cms: ^4.0
Requires (Dev)
- fakerphp/faker: ^1.23
- filament/upgrade: ^5.0
- knuckleswtf/scribe: ^5.6
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
- dev-main
- v4.3.2
- v4.3.1
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.24
- v4.0.23
- v4.0.22
- v4.0.21
- v4.0.20
- v4.0.19
- v4.0.18
- v4.0.17
- v4.0.16
- v4.0.15
- v4.0.14
- v4.0.13
- v4.0.12
- v4.0.11
- v4.0.10
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.13.1
- v3.13.0
- v3.12.0
- v3.11.0
- 3.10.5.x-dev
- v3.10.5
- v3.10.4
- v3.10.3
- v3.10.2
- v3.10.1
- v3.10.0
- v3.9.2
- v3.9.1
- v3.9.0
- v3.8.0
- v3.7.3
- v3.7.2
- v3.7.1
- v3.7.0
- v3.6.4
- v3.6.3
- v3.6.2
- v3.6.1
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.8
- v3.2.7
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.0
- v2.11.7
- v2.11.6
- v2.11.5
- v2.11.4
- v2.11.3
- v2.11.2
- v2.11.1
- v2.11.0
- v2.10.0
- v2.9.1
- v2.9.0
- v2.8.5
- v2.8.4
- v2.8.3
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.0
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-accent-color-sweep
- dev-accent-color-pilot
- dev-fix/tallcms-core-js-plugin-mode-fallback
- dev-feature/package-bundled-themes
- dev-docs/plugin-install-linear
- dev-fix/install-clear-caches
- dev-fix/plugin-mode-block-preview-css
- dev-feature/install-vite-warning
- dev-feature-contact-form-redirect
- dev-editor-enhancements
- dev-fix-hero
- dev-embed-code
- dev-standalone
- dev-fix-plugin
- dev-PRO-Menu
- dev-fixes
- dev-readme-images
- dev-Hero
- dev-block-documentation
- dev-page-settings
- dev-translation
- dev-tallcms-core
This package is auto-updated.
Last update: 2026-04-29 13:51:05 UTC
README
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 atilluminate/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
- Website: https://tallcms.com
- Packagist: https://packagist.org/packages/tallcms/tallcms