No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Daniel 49bd78234b ddev php 8.2 hace 2 años
.ddev ddev php 8.2 hace 2 años
bin initial with ddev hace 2 años
config initial with ddev hace 2 años
migrations initial with ddev hace 2 años
public initial with ddev hace 2 años
src initial with ddev hace 2 años
templates initial with ddev hace 2 años
tests initial with ddev hace 2 años
translations initial with ddev hace 2 años
.env initial with ddev hace 2 años
.env.test initial with ddev hace 2 años
.gitignore initial with ddev hace 2 años
README.md initial with ddev hace 2 años
composer.json initial with ddev hace 2 años
composer.lock initial with ddev hace 2 años
phpunit.xml.dist initial with ddev hace 2 años
symfony.lock initial with ddev hace 2 años

README.md

matsen-tool-be

Installation:

gehe ins root Verzeichnis des Projekts und für aus: ddev config

gehe den Installationsprozess durch

starte danach ddev mit: ddev start

projekt installieren: ddev composer install

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