Drupal 10 Sandbox in 10 Easy Steps

25 April, 2024
A sandbox containing a blue umbrella with '10' on it

Here are 10 steps to creating a Drupal 10 instance. This process assumes the use of MacOS, homebrew and ddev, but of course you can change that up to suit.

  1. brew install ddev/ddev/ddev
  2. mkcert -install
  3. cd <MY_PROJECT>
  4. ddev config --project-type=drupal10 --docroot=web --create-docroot

  5. ddev start

  6. ddev composer create drupal/recommended-project

  7. ddev composer require drush/drush

  8. ddev drush site:install --account-name=admin --account-pass=admin -y

  9. ddev drush uli

  10. ddev launch

A sandbox containing a blue umbrella with '10' on it
Sandbox with blue umbrella with white 10 on it

Login or Register to Comment!