Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Daniel f9efaf7cc2 initial with ddev před 2 roky
.ddev initial with ddev před 2 roky
bin initial with ddev před 2 roky
config initial with ddev před 2 roky
migrations initial with ddev před 2 roky
public initial with ddev před 2 roky
src initial with ddev před 2 roky
templates initial with ddev před 2 roky
tests initial with ddev před 2 roky
translations initial with ddev před 2 roky
.env initial with ddev před 2 roky
.env.test initial with ddev před 2 roky
.gitignore initial with ddev před 2 roky
README.md initial with ddev před 2 roky
composer.json initial with ddev před 2 roky
composer.lock initial with ddev před 2 roky
phpunit.xml.dist initial with ddev před 2 roky
symfony.lock initial with ddev před 2 roky

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