tallcms/cms
最新稳定版本:4.6.4
Composer 安装命令:
composer require tallcms/cms
包简介
TallCMS - A modern CMS for Filament admin panels. Works standalone or as a plugin in existing Filament apps.
关键字:
README 文档
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.org/packages/tallcms/cms
- Monorepo: https://github.com/tallcms/tallcms
统计信息
- 总下载量: 1.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-19