|
|
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
gehe ins root Verzeichnis des Projekts und für aus: ddev config |
|
|
|
|
|
|
|
gehe den Installationsprozess durch |
|
|
|
gehe den Installationsprozess durch (3x Enter drücken) |
|
|
|
|
|
|
|
starte danach ddev mit: ddev start |
|
|
|
|
|
|
|
@@ -51,6 +51,12 @@ |
|
|
|
# Doctrine: |
|
|
|
ddev exec bin/console doctrine:database:drop --force |
|
|
|
ddev exec bin/console doctrine:database:create |
|
|
|
|
|
|
|
- Testdatenbank anlegen: |
|
|
|
ddev exec bin/console doctrine:database:create --env=test |
|
|
|
ddev exec bin/console doctrine:schema:create --env=test |
|
|
|
|
|
|
|
- Migrations: |
|
|
|
ddev exec bin/console make:migration |
|
|
|
ddev exec bin/console doctrine:migration:migrate |
|
|
|
|
|
|
|
|