Slide 35
Slide 35 text
@MacMladen
]{
Drupal and DDEV advanced workshop v.1 2024-06-12
PROJECT TYPE, PHP AND WEB SERVER
# name: # Name of the project, automatically provides
# http://projectname.ddev.site and https://projectname.ddev.site
# type: # backdrop, craftcms, django4, drupal, drupal6, drupal7, laravel,
magento, magento2, php, python, shopware6, silverstripe, typo3, wordpress
# See https://ddev.readthedocs.io/en/stable/users/quickstart/ for more
# information on the different project types
# "drupal" covers recent Drupal 8+
# docroot: # Relative path to the directory containing index.php.
# php_version: "8.2" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4",
"8.0", "8.1", "8.2", "8.3"
# You can explicitly specify the webimage but this
# is not recommended, as the images are often closely tied to DDEV's' behavior,
# so this can break upgrades.
# webimage: # nginx/php docker image.
35