secondnetwork / kompass
Kompass A Laravel CMS
Requires
- php: ^8.2|^8.3|^8.4
- archtechx/laravel-seo: ^0.10.2
- blade-ui-kit/blade-icons: ^1.7.2
- illuminate/config: 5.*|6.*|7.*|8.*|9.*|10.*|11.*|12.*|13.*|14.*|15.*|16.*|17.*|18.*|19.*|20.*
- intervention/image: ^3.9.1
- kolossal-io/laravel-multiplex: ^1.5.2
- livewire/livewire: ^3.5.12
- livewire/volt: ^1.6.6
- secondnetwork/blade-tabler-icons: ^3.22.0
- spatie/laravel-activitylog: ^4.9.1
- spatie/laravel-permission: ^6.10.1
Requires (Dev)
- driftingly/rector-laravel: ^2.0
- rector/rector: ^2.0
This package is auto-updated.
Last update: 2025-03-15 11:42:04 UTC
README
The development of Kompass
Warning
Kompass is still in development
Kompass is a modern content management system (CMS) built on the Laravel 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.
Requirements
Additionally Kompass requires you to use
- PHP 8.2 or newer
- Laravel 11.30 or newer
- Livewire 3.6 or newer
- Tailwindcss 4.0 or newer
Installation
Kompass is super easy to install. After creating your new Laravel application you can include Kompass.
composer require secondnetwork/kompass dev-main
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
Documentation is available at https://kompass.secondnetwork.de
Screenshots
Postcardware
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
Security
If you discover any security related issues, please email github@secondnetwork.de instead of using the issue tracker.
Credits
License
The Kompass CMS is open-sourced software licensed under the MIT.