secondnetwork/kompass is a Laravel package for kompass a laravel cms.
It currently has 10 GitHub stars and 899 downloads on Packagist (latest version v1.10.3).
Install it with composer require secondnetwork/kompass.
Discover more Laravel packages by secondnetwork
or browse all Laravel packages to compare alternatives.
Last updated

Kompass is what a modern Laravel CMS should feel like. Built on Tailwind CSS 4, Livewire 4, and Laravel 13 — with a block builder, media library, drag-and-drop menus builder, multilingual content, passkey login, SEO, and role-based permissions baked in. No workarounds. No compromises. Built for developers who expect more.
Additionally Kompass requires you to use
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
Documentation is available at https://kompass.secondnetwork.de
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The Kompass CMS is open-sourced software licensed under the MIT.