PHPackages                             secondnetwork/kompass - 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. secondnetwork/kompass

ActiveLibrary[Admin Panels](/categories/admin)

secondnetwork/kompass
=====================

Kompass A Laravel CMS

v0.18.0(4mo ago)8792↓33.3%MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Dec 27Pushed 1mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (12)Versions (19)Used By (0)

Kompass
=======

[](#kompass)

[![Kompass](https://github.com/secondnetwork/kompass/raw/main/public/assets/kompass_md.png?raw=true)](https://github.com/secondnetwork/kompass/blob/main/public/assets/kompass_md.png?raw=true)

[![Latest Kompass Version](https://camo.githubusercontent.com/51ffb1e1cdbd2a26123133dbda11a1555bd12640167032cd5bb483f897098ff9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365636f6e646e6574776f726b2f6b6f6d706173732e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4b6f6d70617373266c6162656c436f6c6f723d46464137303026636f6c6f723d314132413243)](https://github.com/secondnetwork/kompass)[![Laravel](https://camo.githubusercontent.com/1763fbf6ac32ab26f880655080ce1cd9c3036ac2a211e922dbe48fde71bdd0c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7631332e302d3939393939393f7374796c653d666f722d7468652d6261646765266c6162656c3d4c61726176656c266c6162656c436f6c6f723d65623434333226636f6c6f723d314132413243)](https://laravel.com)[![PHP](https://camo.githubusercontent.com/6d8f78483cb05cff14609b561acb33d33ec5eb6cde0192aff5dbbf2d9b70f49c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76382e332d3939393939393f7374796c653d666f722d7468652d6261646765266c6162656c3d504850266c6162656c436f6c6f723d37373742423426636f6c6f723d314132413243)](https://php.com)[![License](https://camo.githubusercontent.com/3f92e184b47616eab172844385bc30c331fdd3c8b5aef052f582b0490d51fdd4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7365636f6e646e6574776f726b2f6b6f6d706173733f7374796c653d666f722d7468652d6261646765)](https://github.com/secondnetwork/kompass)

The development of Kompass
--------------------------

[](#the-development-of-kompass)

Kompass is a modern content management system (CMS) built on the [Laravel](http://laravel.com/) framework, utilizing the TALL stack (Tailwind CSS, Alpine.js, Laravel, and Livewire). This powerful combination allows for a seamless and dynamic user experience, making content management easier and more efficient.

Key Features
------------

[](#key-features)

- **Modern Tech Stack**: Built with Laravel 13, PHP 8.3+, Livewire 4, and Tailwind CSS 4
- **Multilingual Support**: Full multilingual content management for multiple languages
- **Block-Based Content**: Flexible block system for creating dynamic page layouts
- **Media Library**: Full-featured media management with folder support
- **User Management**: Role-based access control with Laravel Permission

Requirements
------------

[](#requirements)

Additionally Kompass requires you to use

- PHP 8.3 or newer
- Laravel 13 or newer
- Livewire 4.0 or newer
- Tailwindcss 4.0 or newer

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

[](#installation)

Kompass is super easy to install. After creating your new Laravel application you can include Kompass.

```
composer require secondnetwork/kompass
```

With the command we install frontend asset, created new admin user and drop all tables from the database.

```
php artisan kompass:install
```

Publishing Kompass's frontend assets in future updates
------------------------------------------------------

[](#publishing-kompasss-frontend-assets-in-future-updates)

```
php artisan vendor:publish --tag=kompass.assets --force && php artisan optimize:clear
```

To keep assets up-to-date and avoid issues in future updates, we strongly recommend that you add the following command to your composer.json file:

```
{
    "scripts": {
        "post-update-cmd": [
            // Other scripts
            "@php artisan vendor:publish --tag=kompass.assets --force"
        ]
    }
}
```

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

[](#documentation)

Documentation is available at

Screenshots
-----------

[](#screenshots)

[![screenshot-1](https://github.com/secondnetwork/kompass/raw/main/public/assets/screenshot-1.png?raw=true)](https://github.com/secondnetwork/kompass/blob/main/public/assets/screenshot-1.png?raw=true)[![screenshot-2](https://github.com/secondnetwork/kompass/raw/main/public/assets/screenshot-2.png?raw=true)](https://github.com/secondnetwork/kompass/blob/main/public/assets/screenshot-2.png?raw=true)

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Andreas Farah](https://github.com/secondnetwork)
- [All Contributors](../../contributors)

License
-------

[](#license)

The Kompass CMS is open-sourced software licensed under the [MIT](LICENSE.md).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance84

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.6% 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 ~57 days

Recently: every ~65 days

Total

14

Last Release

121d ago

Major Versions

v0.16.2 → 1.x-dev2026-01-17

PHP version history (3 changes)v0.11.2PHP ^8.1

v0.13.0PHP ^8.2

v0.16.0PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e64b418775fddc54a61b1e86ba0c71be539ff8cbe7016fd43c1c8acda647201?d=identicon)[secondnetwork](/maintainers/secondnetwork)

---

Top Contributors

[![secondnetwork](https://avatars.githubusercontent.com/u/13808106?v=4)](https://github.com/secondnetwork "secondnetwork (447 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")

---

Tags

adminadmin-dashboardadmin-paneladmin-uialpinejsbackendcmsfrontendlaravellaravel-cmslaravel-packagelivewiretailwindcsstallstacklaravelcmsadminpanel

###  Code Quality

Static AnalysisRector

### Embed Badge

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

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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