PHPackages                             laravix/laravix - 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. laravix/laravix

ActiveProject

laravix/laravix
===============

The skeleton application for Laravix CMS — a multi-tenant content management system built on Laravel and Filament.

v0.12.0(2w ago)012GPL-3.0-or-laterPHPPHP ^8.4

Since Jul 11Pushed 2w agoCompare

[ Source](https://github.com/Laravix/laravix)[ Packagist](https://packagist.org/packages/laravix/laravix)[ RSS](/packages/laravix-laravix/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (22)Versions (8)Used By (0)

 [![Laravix CMS](public/laravix-logo-black.svg)](https://laravix.com)

 **The multi-tenant CMS for the Laravel ecosystem — visual builder, headless API, plugins.**

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

[](#installation)

```
composer create-project laravix/laravix my-site
cd my-site
php artisan laravix:install
```

The installer asks how you want to run Laravix — in Docker, or against a database you already have. It then publishes the assets and the default theme, runs the migrations, and creates your first site and a super admin account.

No Node.js or npm required — all assets ship prebuilt with the CMS.

### Running in Docker

[](#running-in-docker)

Pick **Docker** at the first prompt and the installer writes a `compose.yaml`, starts the containers, waits for them to come up, and finishes the installation inside them. You need Docker Desktop (or any Docker engine) — nothing else.

You choose which services to run:

ServicePurposeMySQL, PostgreSQL or SQLiteDatabaseMeilisearchFull-text search across your contentMailpitCatches outgoing mail so nothing reaches real inboxesRedisCache and sessionsPorts already taken on your machine are moved out of the way automatically, so Laravix runs alongside your other projects instead of fighting them for port 80. The installer tells you where everything ended up.

Prefer to do it in steps? Generate the environment first and install separately:

```
php artisan laravix:docker
./vendor/bin/sail up -d
./vendor/bin/sail artisan laravix:install
```

Once you're running in Docker, prefix commands with `sail` so they execute inside the container:

```
./vendor/bin/sail artisan laravix:user
./vendor/bin/sail artisan migrate
```

To change which services you run later, re-run `php artisan laravix:docker --force`. Your current selection is offered as the default, so you only toggle what you want to add or remove. This rewrites `compose.yaml` — commit it first if you have edited it by hand.

### Running against your own database

[](#running-against-your-own-database)

Pick **Local services** at the prompt and the installer asks for your database credentials. Then serve the application (`php artisan serve` or your favourite web server) and open **/admin**.

Upgrading
---------

[](#upgrading)

```
php artisan laravix:upgrade
```

Runs `composer update laravix/cms`, migrates the database and republishes the assets. The admin panel shows a banner whenever a new release is available.

Production checklist
--------------------

[](#production-checklist)

- Run the queue worker: `php artisan queue:work`
- Schedule the cron: `* * * * * php artisan schedule:run`
- Point every site's domain at this application (DNS + web server + SSL)

The generated `compose.yaml` is meant for local development — it mounts your project directory into the container and exposes service ports on your machine.

Documentation
-------------

[](#documentation)

Full documentation, theme development and the plugin API live at **[laravix.com/docs](https://laravix.com/docs)**.

License
-------

[](#license)

GPL-3.0-or-later. See [LICENSE](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance96

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

5

Last Release

17d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e30c1c2e47d112ad640c18be05a24687f43dc457f22f11ce3b2e1bce53f097b2?d=identicon)[MartinKoudela](/maintainers/MartinKoudela)

---

Top Contributors

[![MartinKoudela](https://avatars.githubusercontent.com/u/185504585?v=4)](https://github.com/MartinKoudela "MartinKoudela (5 commits)")

---

Tags

laravelcmsmulti-tenantcontent managementfilamentlaravix

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[statamic/statamic

Statamic

830185.7k](/packages/statamic-statamic)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[october/rain

October Rain Library

1611.7M109](/packages/october-rain)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ercogx/laravel-filament-starter-kit

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

471.8k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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