PHPackages                             trovcms/framework - 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. [Framework](/categories/framework)
4. /
5. trovcms/framework

AbandonedLibrary[Framework](/categories/framework)

trovcms/framework
=================

A CMS start kit for websites, built on Filament and Laravel.

v0.1.7(3y ago)577MITPHPPHP ^8.0

Since Aug 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/TrovCMS/framework)[ Packagist](https://packagist.org/packages/trovcms/framework)[ Docs](https://github.com/trovcms/framework)[ RSS](/packages/trovcms-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (10)Used By (0)

TrovCMS
=======

[](#trovcms)

[TrovCMS](https://github.com/TrovCMS/trov) is a starter kit for websites, built on [Filament](https://filamentphp.com) and [Laravel](https://laravel.com).

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

[](#installation)

### Step 1

[](#step-1)

Install with composer.

```
composer create-project trovcms/trovcms
```

### Step 2

[](#step-2)

Then, update your database settings in `.env` to what is appropriate for your app.

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=trovcms
DB_USERNAME=root
DB_PASSWORD=
```

### Step 3

[](#step-3)

And finally, run the Trov install command.

```
cd
php artisan trov:install
```

Adding modules
--------------

[](#adding-modules)

TrovCMS comes with some additional modules that you can install into your application.

```
php artisan trov:add
```

Module Options
--------------

[](#module-options)

- FAQs
- Blog
- Airport (Landing Pages)
- Sheets (Unbranded Pages, *typically used for SEO initiatives*)
- Discovery Center (This is similar to a blog with Topics and Articles, *typically used for SEO initiatives*)

Demo Content
------------

[](#demo-content)

TrovCMS comes with demo content that you can use to seed your database if you just want to explore the CMS. To seed it you can either run:

```
php artisan trov:demo
```

or

```
php artisan db:seed --class=DemoSeeder
```

License
-------

[](#license)

TrovCMS is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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 ~3 days

Total

8

Last Release

1334d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3596800?v=4)[Adam Weston](/maintainers/awcodes)[@awcodes](https://github.com/awcodes)

### Embed Badge

![Health badge](/badges/trovcms-framework/health.svg)

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

###  Alternatives

[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[camya/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

13444.5k](/packages/camya-filament-title-with-slug)[awcodes/filament-sticky-header

A Filament Panel plugin to make page headers sticky when scrolling.

81116.8k1](/packages/awcodes-filament-sticky-header)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[jacobtims/filament-logger

Activity logger for filament

1721.0k4](/packages/jacobtims-filament-logger)

PHPackages © 2026

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