mkdir my-drupal-site && cd my-drupal-site ddev config --project-type=drupal11 --docroot=web --create-docroot ddev start ddev composer create drupal/recommended-project Use code with caution.
Run ddev launch to open the site in your browser and complete the installation wizard. 2. The Simple "All-in-One" Way: MAMP drupal for mac download
: Use the MAMP phpMyAdmin tool to create a new database named "drupal" before running the web installer. 3. Alternative Tools What's so different about DDEV? drupal for mac download