secondnetwork / kompass
Kompass A Laravel CMS
Requires
- php: ^8.2
- blade-ui-kit/blade-icons: ^1.5.3
- illuminate/database: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- illuminate/validation: ^10.0|^11.0
- intervention/image: ^2.7.2 || ^3.3.0
- kolossal-io/laravel-multiplex: ^1.0.1
- laravel/folio: ^1.1.5
- laravel/fortify: ^1.20.0
- livewire/livewire: ^3.3.5
- livewire/volt: ^1.6.1
- secondnetwork/blade-tabler-icons: ^2.46
- symfony/http-kernel: ^6.4.2|^7.0
- symfony/mailgun-mailer: ^6.4.0 || ^7.0.0
Requires (Dev)
- fakerphp/faker: ^1.23.1
- laravel/framework: ^10.41|^11.0
- laravel/pint: ^1.13.9
- mockery/mockery: ^1.6.7
- phpunit/phpunit: ^10.5.8 || ^11.0.0
- spatie/laravel-ignition: ^2.4.1
README
The development of Kompass
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.
Development status to Version 1.0.0
Backend to 70%
Frontend to 40%
Requirements
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
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 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.