Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Daniel f9efaf7cc2 initial with ddev 2 лет назад
.ddev initial with ddev 2 лет назад
bin initial with ddev 2 лет назад
config initial with ddev 2 лет назад
migrations initial with ddev 2 лет назад
public initial with ddev 2 лет назад
src initial with ddev 2 лет назад
templates initial with ddev 2 лет назад
tests initial with ddev 2 лет назад
translations initial with ddev 2 лет назад
.env initial with ddev 2 лет назад
.env.test initial with ddev 2 лет назад
.gitignore initial with ddev 2 лет назад
README.md initial with ddev 2 лет назад
composer.json initial with ddev 2 лет назад
composer.lock initial with ddev 2 лет назад
phpunit.xml.dist initial with ddev 2 лет назад
symfony.lock initial with ddev 2 лет назад

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