|
|
il y a 2 ans | |
|---|---|---|
| .ddev | il y a 2 ans | |
| .docs | il y a 2 ans | |
| bin | il y a 2 ans | |
| bundle/Spt/SptCoreBundle | il y a 2 ans | |
| config | il y a 2 ans | |
| migrations | il y a 2 ans | |
| public | il y a 2 ans | |
| src | il y a 2 ans | |
| templates | il y a 2 ans | |
| tests | il y a 2 ans | |
| translations | il y a 2 ans | |
| .env | il y a 2 ans | |
| .env.test | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| README.md | il y a 2 ans | |
| composer.json | il y a 2 ans | |
| composer.lock | il y a 2 ans | |
| docker-compose.override.yml | il y a 2 ans | |
| docker-compose.yml | il y a 2 ans | |
| phpunit.xml.dist | il y a 2 ans | |
| symfony.lock | il y a 2 ans | |
Installation:
gehe ins root Verzeichnis des Projekts und für aus: ddev config
gehe den Installationsprozess durch
starte danach ddev mit: ddev start
Troubleshooting:
Unable to listen on required ports, port 443 is already in use
-> setze andere Ports in .ddev/config.yaml z.B.
router_http_port: 8080
router_https_port: 8443
PHPMyAdmin installieren:
ddev get ddev/ddev-phpmyadmin'
ddev restart
Symfony Konsolenbefehle mit Ddev ausführen, z.B.:
ddev exec php bin/console make:migration
Ddev Commands:
ddev describe - zeigt Urls und installierte Komponenten