Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/secondnetwork/kompass

Kompass A Laravel CMS
https://github.com/secondnetwork/kompass

admin admin-dashboard admin-panel admin-ui alpinejs backend cms frontend laravel laravel-cms laravel-package livewire tailwindcss tallstack

Last synced: about 2 months ago
JSON representation

Kompass A Laravel CMS

Awesome Lists containing this project

README

        

# Kompass

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

[![Latest Kompass Version](https://img.shields.io/packagist/v/secondnetwork/kompass.svg?style=for-the-badge&label=Kompass&labelColor=FFA700&color=1A2A2C)](https://github.com/secondnetwork/kompass)
[![Laravel](https://img.shields.io/badge/v10.35-999999?style=for-the-badge&label=Laravel&labelColor=eb4432&color=1A2A2C)](https://laravel.com)
[![PHP 8.1](https://img.shields.io/badge/v8.1-999999?style=for-the-badge&label=PHP&labelColor=777BB4&color=1A2A2C)](https://php.com)
[![License](https://img.shields.io/github/license/secondnetwork/kompass?style=for-the-badge)](https://github.com/secondnetwork/kompass)

## The development of Kompass

This is an open source of Content Management System developed with [Laravel](http://laravel.com/) framework.

Inspired to develop CMS, like [Wordpress](https://wordpress.org/), [Voyager](https://voyager.devdojo.com/) and Wordpress plugin [Advanced Custom Fields](https://www.advancedcustomfields.com/).

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.

```bash
composer require secondnetwork/kompass
```

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

```bash
php artisan kompass:install
```

**Publishing the configuration file**

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

```bash
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.

```php
'legacy_model_binding' => true,
``````

## Documentation

Documentation is available at https://kompass.secondnetwork.de

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

## 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 instead of using the issue tracker.

## Credits

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

## License

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