This commit is contained in:
Marko
2023-02-24 09:21:40 +01:00
10 changed files with 238 additions and 119 deletions

View File

@@ -18,15 +18,30 @@ Installiere Abhängigkeiten
Starte MySQL-Server:
> docker compose up
Erstelle Datenbank
Erstelle Datenbank (nicht die Tabellen)
> bin/console doctrine:database:create
>
Erstelle Tabellen
> bin/console doctrine:migrations:migrate
Erstellen der Tabellen
> bin/console doctrine:migrations:migrate
Update der Datenbank
> bin/console doctrine:migrations:execute
Starte Server
> make dev-server
API-Übersicht
> https://127.0.0.1:8000/api
> https://127.0.0.1:8000/api
Update Symphony
> composer update
# Benutzen
--------------
Hiltes Import
> bin/console hiltes:import