選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Daniel 49bd78234b ddev php 8.2 2年前
.ddev ddev php 8.2 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