This is an open source of Content Management System developed with Laravel framework.
Inspired to develop CMS, like Wordpress, Voyager and Wordpress plugin Advanced Custom Fields.
But built with the power of Tailwind, Alpine.js, Laravel and Livewire.
Backend to 70%
Frontend to 40%
Additionally Kompass requires you to use
- PHP 8.1 or newer
- Laravel 10.35 or newer
- Laravel Fortify 1.16 or newer
- Livewire 3.0 or newer
- Tailwindcss 3.3 or newer
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 the configuration file
php artisan vendor:publish --tag=assets --force && php artisan optimize:clear
php artisan livewire:publish --config
This will create a new (config/livewire.php) file in the configuration directory of your Laravel application. Then, you need to update the following changes.
'legacy_model_binding' => true,
Documentation is available at https://kompass.secondnetwork.de
We highly appreciate you sending us a postcard from your hometown.
That we know you're using great package(s) from us.
Our address is: B&B. Markenagentur / Digital Unit | Georgstraße 56 30159 Hannover Germany
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.