PHPackages                             tallcms/cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. tallcms/cms

ActiveLibrary[Admin Panels](/categories/admin)

tallcms/cms
===========

TallCMS - A modern CMS for Filament admin panels. Works standalone or as a plugin in existing Filament apps.

4.6.4(3w ago)51.4k21MITPHPPHP ^8.2

Since Jan 19Pushed 3w agoCompare

[ Source](https://github.com/tallcms/cms)[ Packagist](https://packagist.org/packages/tallcms/cms)[ Docs](https://tallcms.com)[ GitHub Sponsors](https://github.com/sponsors/tallcms)[ RSS](/packages/tallcms-cms/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (87)Versions (133)Used By (1)

TallCMS
=======

[](#tallcms)

[![Packagist Version](https://camo.githubusercontent.com/67735f8c8137aad1ee2e0a0363c27cca037cdc41482a779f59cbceb5155aa0fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74616c6c636d732f636d73)](https://packagist.org/packages/tallcms/cms)[![Packagist Downloads](https://camo.githubusercontent.com/9d295d40ad51a65f606b49c3eea2ac187530539d4e4b771500afa877d013f63b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74616c6c636d732f636d73)](https://packagist.org/packages/tallcms/cms)[![License](https://camo.githubusercontent.com/645d27e4a9539845e5dc25881ea84e739867aba7486a02be6c0a6567cd4709e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f74616c6c636d732f636d73)](https://opensource.org/licenses/MIT)

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](https://github.com/tallcms/tallcms) monorepo, updated automatically via CI. File issues, PRs, and find full documentation at [tallcms/tallcms](https://github.com/tallcms/tallcms).
>
> For a full **standalone** CMS with themes, plugins, and auto-updates, see [tallcms/tallcms](https://github.com/tallcms/tallcms).

Installation
------------

[](#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](https://github.com/tallcms/tallcms/blob/main/docs/gs-installation.md).

Requirements
------------

[](#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)

Documentation lives in the monorepo's [docs/](https://github.com/tallcms/tallcms/tree/main/docs) directory. Highlights:

- [Installation](https://github.com/tallcms/tallcms/blob/main/docs/gs-installation.md)
- [Architecture](https://github.com/tallcms/tallcms/blob/main/docs/ref-architecture.md)
- [Blocks](https://github.com/tallcms/tallcms/blob/main/docs/dev-blocks.md)
- [Themes](https://github.com/tallcms/tallcms/blob/main/docs/dev-themes.md)
- [Plugins](https://github.com/tallcms/tallcms/blob/main/docs/dev-plugins.md)
- [API](https://github.com/tallcms/tallcms/blob/main/docs/dev-api.md)

Commercial add-ons
------------------

[](#commercial-add-ons)

- **[Multisite](https://tallcms.com/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](https://tallcms.com/marketplace).

Need Help?
----------

[](#need-help)

🐞 Bug? [Open an issue](https://github.com/tallcms/tallcms/issues/new). 🤔 Question or feature request? [Start a discussion](https://github.com/tallcms/tallcms/discussions). 🔐 Security issue? Email . Do not file publicly.

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

Links
-----

[](#links)

- Website:
- Packagist:
- Monorepo:

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance95

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 99.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

132

Last Release

24d ago

Major Versions

2.11.7 → 3.0.02026-02-03

3.13.1 → 4.0.02026-04-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/389f241791bb853393fee4843ca052673f07794d951c43875156aa56b9d45983?d=identicon)[tallcms-dev](/maintainers/tallcms-dev)

---

Top Contributors

[![tallcms](https://avatars.githubusercontent.com/u/253660574?v=4)](https://github.com/tallcms "tallcms (130 commits)")[![brendt](https://avatars.githubusercontent.com/u/6905297?v=4)](https://github.com/brendt "brendt (1 commits)")

---

Tags

laravelcmslivewirepagesblogcontent managementfilamentfilament-plugintallstack

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tallcms-cms/health.svg)

```
[![Health](https://phpackages.com/badges/tallcms-cms/health.svg)](https://phpackages.com/packages/tallcms-cms)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[a2insights/filament-saas

Filament Saas for A2Insights

171.7k](/packages/a2insights-filament-saas)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)[mmes-design/filament-file-manager

A beautiful file manager plugin for Filament. Browse, upload, rename, move and delete files with ease.

163.1k](/packages/mmes-design-filament-file-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
