We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8701873 commit 45e0c84Copy full SHA for 45e0c84
docs/getting_started/install_with_ddev.md
@@ -378,7 +378,7 @@ git clone <repository> my-ddev-project && cd my-ddev-project
378
# Exclude the whole `.ddev/` directory from version control (some DDEV config could have been committed and shared, see notice below)
379
.ddev/ >> .gitignore
380
# Configure the DDEV project then start it
381
-ddev config --project-type=php --php-version 8.1 \
+ddev config --project-type=php --php-version 8.3 \
382
--docroot=public \
383
--web-environment-add DATABASE_URL=mysql://db:db@db:3306/db \
384
--http-port=8080 --https-port=8443
0 commit comments