Skip to content

Instantly share code, notes, and snippets.

@d0t15t
Last active March 6, 2024 12:15
Show Gist options
  • Save d0t15t/140b6d0fae669109841ce85bf5211945 to your computer and use it in GitHub Desktop.
Save d0t15t/140b6d0fae669109841ce85bf5211945 to your computer and use it in GitHub Desktop.

Create a drupal 10 project with ddevf

mkdir my-drupal10-site
cd my-drupal10-site
ddev config --project-type=drupal10 --docroot=web
ddev start
ddev composer create drupal/recommended-project
ddev composer require drush/drush
ddev drush site:install minimal --account-name=admin --account-pass=admin -y
cp web/example.gitignore web/.gitignore
ddev drush uli
ddev launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment