{"id":42492062,"url":"https://github.com/tallcms/cms","last_synced_at":"2026-05-31T07:02:56.641Z","repository":{"id":333465070,"uuid":"1137290362","full_name":"tallcms/cms","owner":"tallcms","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-31T03:33:26.000Z","size":2245,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T05:14:03.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tallcms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"tallcms"}},"created_at":"2026-01-19T07:13:22.000Z","updated_at":"2026-05-31T03:33:23.000Z","dependencies_parsed_at":"2026-03-30T16:03:09.999Z","dependency_job_id":null,"html_url":"https://github.com/tallcms/cms","commit_stats":null,"previous_names":["tallcms/cms"],"tags_count":141,"template":false,"template_full_name":null,"purl":"pkg:github/tallcms/cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallcms%2Fcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallcms%2Fcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallcms%2Fcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallcms%2Fcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tallcms","download_url":"https://codeload.github.com/tallcms/cms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallcms%2Fcms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33722156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-28T12:22:59.052Z","updated_at":"2026-05-31T07:02:56.636Z","avatar_url":"https://github.com/tallcms.png","language":"PHP","funding_links":["https://github.com/sponsors/tallcms"],"categories":[],"sub_categories":[],"readme":"# TallCMS\n\n[![Packagist Version](https://img.shields.io/packagist/v/tallcms/cms)](https://packagist.org/packages/tallcms/cms)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/tallcms/cms)](https://packagist.org/packages/tallcms/cms)\n[![License](https://img.shields.io/packagist/l/tallcms/cms)](https://opensource.org/licenses/MIT)\n\nA 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.\n\n\u003e 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).\n\u003e\n\u003e For a full **standalone** CMS with themes, plugins, and auto-updates, see [tallcms/tallcms](https://github.com/tallcms/tallcms).\n\n## Installation\n\n```bash\ncomposer require tallcms/cms\nphp artisan tallcms:install\n```\n\nRegister the plugin in your panel provider:\n\n```php\n-\u003eplugin(TallCmsPlugin::make())\n```\n\nAdd the `HasRoles` trait to your `User` model:\n\n```php\nuse Spatie\\Permission\\Traits\\HasRoles;\n\nclass User extends Authenticatable\n{\n    use HasFactory, HasRoles, Notifiable;\n}\n```\n\nFull guide: [Installation](https://github.com/tallcms/tallcms/blob/main/docs/gs-installation.md).\n\n## Requirements\n\n- PHP 8.2+ (Laravel 13 requires PHP 8.3+)\n- Laravel 11, 12, or 13, Filament 5\n- MySQL 8 / MariaDB 10.3 / SQLite\n- Node 20+ (host app needs to build its Vite manifest for the admin to render)\n\n## Documentation\n\nDocumentation lives in the monorepo's [docs/](https://github.com/tallcms/tallcms/tree/main/docs) directory. Highlights:\n\n- [Installation](https://github.com/tallcms/tallcms/blob/main/docs/gs-installation.md)\n- [Architecture](https://github.com/tallcms/tallcms/blob/main/docs/ref-architecture.md)\n- [Blocks](https://github.com/tallcms/tallcms/blob/main/docs/dev-blocks.md)\n- [Themes](https://github.com/tallcms/tallcms/blob/main/docs/dev-themes.md)\n- [Plugins](https://github.com/tallcms/tallcms/blob/main/docs/dev-plugins.md)\n- [API](https://github.com/tallcms/tallcms/blob/main/docs/dev-api.md)\n\n## Commercial add-ons\n\n- **[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.\n\nBrowse the full catalog at [tallcms.com/marketplace](https://tallcms.com/marketplace).\n\n## Need Help?\n\n🐞 Bug? [Open an issue](https://github.com/tallcms/tallcms/issues/new).\n🤔 Question or feature request? [Start a discussion](https://github.com/tallcms/tallcms/discussions).\n🔐 Security issue? Email hello@tallcms.com. Do not file publicly.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n\n## Links\n\n- Website: https://tallcms.com\n- Packagist: https://packagist.org/packages/tallcms/cms\n- Monorepo: https://github.com/tallcms/tallcms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftallcms%2Fcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftallcms%2Fcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftallcms%2Fcms/lists"}