Skip to content
View tallcms's full-sized avatar

Block or report tallcms

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tallcms/README.md

TallCMS

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)

Documentation

Full documentation lives in the docs/ directory. Highlights:

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

Pinned Loading

  1. tallcms tallcms Public

    PHP 36 5