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.
composer create-project tallcms/tallcms my-site
cd my-site && npm install && npm run build
php artisan serveVisit /install to run the web installer, then /admin.
composer require tallcms/cms
php artisan tallcms:installRegister the plugin in your panel provider:
->plugin(TallCmsPlugin::make())Add the HasRoles trait to your User model.
Full guide: Installation.
- PHP 8.2+
- Laravel 12, Filament 5
- MySQL 8 / MariaDB 10.3 / SQLite
- Node 20+ (for building assets)
Full documentation lives in the docs/ directory. Highlights:
🐞 Bug? Open an issue. 🤔 Question or feature request? Start a discussion. 🔐 Security issue? Email hello@tallcms.com. Do not file publicly.
MIT — see LICENSE.
- Website: https://tallcms.com
- Packagist: https://packagist.org/packages/tallcms/tallcms


