PHPackages                             wave8/factotum-cms - 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. [Admin Panels](/categories/admin)
4. /
5. wave8/factotum-cms

ActiveLibrary[Admin Panels](/categories/admin)

wave8/factotum-cms
==================

Factotum V8 - Cme Module

v0.1.5(2mo ago)013MITPHPPHP ^8.4CI failing

Since May 4Pushed 2mo agoCompare

[ Source](https://github.com/factotumcms/cms-module)[ Packagist](https://packagist.org/packages/wave8/factotum-cms)[ RSS](/packages/wave8-factotum-cms/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

[![Logo](docs/static/factotumcms-logo.svg)](docs/static/factotumcms-logo.svg)
Factotum CMS - Base Module
--------------------------

[](#factotum-cms---base-module)

`php` `laravel` `base-module`

maintained with ❤️ by

[![Logo](docs/static/8wave.svg)](docs/static/8wave.svg)

Introduction
------------

[](#introduction)

Factotum is a Laravel-based open source CMS and application framework. It provides a modular architecture, a user-friendly interface, and a set of tools to build and manage web applications efficiently.

This repository contains the base module of Factotum, which includes essential features and functionalities required for building applications, as authentication, roles and permissions, media handling and more.

Requirements and Dependencies
-----------------------------

[](#requirements-and-dependencies)

- Laravel 12+
- PHP 8.4+

Install
-------

[](#install)

### Laravel Setup

[](#laravel-setup)

1. Install a fresh Laravel application and **configure your .env file** with the database keys.

```
# composer
composer create-project laravel/laravel example-app
```

2. Require Factotum Base Module as a composer dependency and publish the configuration file.
    The configuration file is used to seed the initial data, feel free to change its values

```
# composer
composer require wave8/factotum-base

# config
php artisan vendor:publish --tag=factotum-base-config
```

3. On the default User laravel model, you need to extend the `\Wave8\Factotum\Base\Models\User` model.

```
app/Models/User.php

-class User extends Authenticatable
+class User extends \Wave8\Factotum\Base\Models\User
{
    /** @use HasFactory */
    use HasFactory, Notifiable;
```

4. Install the Factotum Base Module. This procedure will run the migrations, seed the initial data and publish the assets.

```
# php
php artisan factotum-base:install
```

Please note
-----------

[](#please-note)

Some vendor config files, are published in an updated version during the installation, i.e.

- `spatie/laravel-query-builder`

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Feel free to open issues and submit pull requests.

Security
--------

[](#security)

If you discover any security related issues, please feel free to open issues and submit pull requests.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance84

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

80d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/154922401?v=4)[8wave](/maintainers/8wave)[@8Wave](https://github.com/8Wave)

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wave8-factotum-cms/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[area17/twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.

4.0k469.5k21](/packages/area17-twill)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

197.8k19](/packages/wsmallnews-filament-nestedset)[provision/administration

Laravel administration

123.7k2](/packages/provision-administration)

PHPackages © 2026

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