Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Daniel f9efaf7cc2 initial with ddev il y a 2 ans
.ddev initial with ddev il y a 2 ans
bin initial with ddev il y a 2 ans
config initial with ddev il y a 2 ans
migrations initial with ddev il y a 2 ans
public initial with ddev il y a 2 ans
src initial with ddev il y a 2 ans
templates initial with ddev il y a 2 ans
tests initial with ddev il y a 2 ans
translations initial with ddev il y a 2 ans
.env initial with ddev il y a 2 ans
.env.test initial with ddev il y a 2 ans
.gitignore initial with ddev il y a 2 ans
README.md initial with ddev il y a 2 ans
composer.json initial with ddev il y a 2 ans
composer.lock initial with ddev il y a 2 ans
phpunit.xml.dist initial with ddev il y a 2 ans
symfony.lock initial with ddev il y a 2 ans

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