From 0a86d1b44b1bf87036d6c4a53a2f9625e6542fc5 Mon Sep 17 00:00:00 2001 From: fs Date: Wed, 29 Apr 2026 09:59:16 +0200 Subject: [PATCH] docs: Readme changes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index edafd5a..75a3147 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CoreCore -Mandantenfaehige Admin-Anwendung auf MintyPHP (PHP 8.5, MariaDB 11, Nginx, Memcached, Docker). +Anwendung auf Basis von MintyPHP (PHP 8.5, MariaDB 11, Nginx, Memcached, Docker). Liefert Tenants, User, Rollen, Adressbuch, Mail, Scheduler, Microsoft SSO und ein Helpdesk-Modul mit Business-Central-Anbindung. ## Setup (frischer Clone) @@ -46,6 +46,4 @@ docker compose exec php composer cs:fix # - **Schema + Seed** — `db/init/init.sql`, idempotente Updates in `db/updates/` - **Module** — `modules//` (eigene Migrationen unter `modules//migrations/`) -## Lizenz -MIT (siehe `LICENSE.md`)