Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Daniel 49bd78234b ddev php 8.2 há 2 anos
.ddev ddev php 8.2 há 2 anos
bin initial with ddev há 2 anos
config initial with ddev há 2 anos
migrations initial with ddev há 2 anos
public initial with ddev há 2 anos
src initial with ddev há 2 anos
templates initial with ddev há 2 anos
tests initial with ddev há 2 anos
translations initial with ddev há 2 anos
.env initial with ddev há 2 anos
.env.test initial with ddev há 2 anos
.gitignore initial with ddev há 2 anos
README.md initial with ddev há 2 anos
composer.json initial with ddev há 2 anos
composer.lock initial with ddev há 2 anos
phpunit.xml.dist initial with ddev há 2 anos
symfony.lock initial with ddev há 2 anos

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