feat(search): refresh global search UI and align qa/docs updates
This commit is contained in:
15
README.md
15
README.md
@@ -35,18 +35,24 @@ Der Fokus liegt auf klarer Rollen-/Rechtestruktur, Tenant-Scope und einer konsis
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
2. Container starten
|
||||
2. Config-Template fuer den App-Bootstrap anlegen
|
||||
|
||||
```bash
|
||||
cp config/config.php.example config/config.php
|
||||
```
|
||||
|
||||
3. Container starten
|
||||
|
||||
```bash
|
||||
docker compose up --build -d
|
||||
```
|
||||
|
||||
3. App oeffnen
|
||||
4. App oeffnen
|
||||
|
||||
- App: [http://localhost:8080](http://localhost:8080)
|
||||
- phpMyAdmin: [http://localhost:8081](http://localhost:8081)
|
||||
|
||||
4. Container stoppen
|
||||
5. Container stoppen
|
||||
|
||||
```bash
|
||||
docker compose down
|
||||
@@ -55,6 +61,7 @@ docker compose down
|
||||
Alternativ ueber den Dev-Orchestrator:
|
||||
|
||||
```bash
|
||||
cp config/config.php.example config/config.php
|
||||
bin/dev init
|
||||
bin/dev up
|
||||
bin/dev down
|
||||
@@ -122,7 +129,7 @@ Initiale DB-Settings (Seed):
|
||||
|
||||
## Projektstruktur
|
||||
|
||||
- `/config` Konfiguration (Routen, Settings, Themes, Assets)
|
||||
- `/config` Konfiguration (Routen, Assets, Themes, Module + ENV-Bootstrap)
|
||||
- `/db/init` Datenbankschema + Seeds
|
||||
- `/lib` Backend-Code (`Repository`, `Service`, `Http`, `Support`)
|
||||
- `/pages` Action-Layer + Views pro Route
|
||||
|
||||
Reference in New Issue
Block a user