PHPackages                             trovcms/installer - 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. trovcms/installer

AbandonedLibrary

trovcms/installer
=================

Trov CMS installer.

v0.1.2(3y ago)11422MITPHPPHP ^7.4|^8.0

Since Aug 26Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (7)Versions (5)Used By (0)

Trov CMS Installer
==================

[](#trov-cms-installer)

[TrovCMS](https://github.com/TrovCMS/trov) is a start kit for websites, built on [Filament](https://filamentphp.com) and [Laravel](https://laravel.com). This install allows you to quickly spin up new sites to hit the ground running.

Install globally with composer.

```
composer global require trovcms/installer
```

Now you can run the `new` command to quickly set up a new Trov CMS Project.

```
trov new my-app
```

Options / Flags
---------------

[](#options--flags)

- --force (Forces install even if the directory already exists)
- --faqs (Install FAQs Module)
- --discoveries (Install Discovery Center Module (Topic and Articles))
- --airport (Install the Airport Module (Landing Pages))
- --sheets (Install Sheets Module (Unbranded Pages))
- --blog (Install Blog Module)
- --all (Install All Modules)

Adding modules after installation
---------------------------------

[](#adding-modules-after-installation)

If you've installed TrovCMS already and would like to add a module to your app you may do so with the `add` command while inside your app's root directory.

```
trov add --faqs
```

After adding the module you will need to run the migrations and generate the policies and permissions.

**Note**: Currently there is an issue with regenerating policies where it will regenerate all of your policies. If you have any custom policies they will be lost. Please make backups before running these commands so that you can easily re-add your changes to existing policies

```
php artisan:migrate
php artisan shield:generate
```

Common issues
-------------

[](#common-issues)

### Composer global install gives an error

[](#composer-global-install-gives-an-error)

- You should check your global composer.json file for conflicting packages. Or run `composer global update` and see if this resolves the issue.

### I cannot install the composer package?

[](#i-cannot-install-the-composer-package)

- Check if you're using the correct PHP version (&gt;8.1)

### Notes for Windows users

[](#notes-for-windows-users)

You might need to create a symlink to the storage manually. You can do so easily with the following command

```
php artisan storage:link
```

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~8 days

Total

4

Last Release

1335d ago

Major Versions

v0.1.2 → 1.x-dev2022-09-21

PHP version history (2 changes)v0.1.0-betaPHP ^7.4|^8.0

1.x-devPHP ^8.0

### Community

Maintainers

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

---

Top Contributors

[![awcodes](https://avatars.githubusercontent.com/u/3596800?v=4)](https://github.com/awcodes "awcodes (5 commits)")[![RosiersRobin](https://avatars.githubusercontent.com/u/5263188?v=4)](https://github.com/RosiersRobin "RosiersRobin (2 commits)")[![sanskar-mk2](https://avatars.githubusercontent.com/u/100945489?v=4)](https://github.com/sanskar-mk2 "sanskar-mk2 (1 commits)")

---

Tags

laravelcmsfilamenttrov

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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