Explorar el Código

Readme

master
Florian Eisenmenger hace 2 años
padre
commit
b188828ad8
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. +7
    -1
      README.md

+ 7
- 1
README.md Ver fichero

@@ -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



Cargando…
Cancelar
Guardar