Skip to content

Improve the instructions for composer install in the readme #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 2.0.x
Choose a base branch
from

Conversation

rpkoller
Copy link

At the moment step 1A is using ddev config --project-type=drupal --php-version=8.3, the drupal project type is not advised to be used anymore, it is still working as an alias of the latest drupal version but still drupal11 is the preferred way, and the php version is the default for the drupal11 project type anyway. instead it is necessary and advisable to set the docroot to web which is used by your composer template. that way

ddev config --update
ddev restart

is obsolete as well

@rpkoller
Copy link
Author

rpkoller commented Jun 5, 2025

made another small adjustment. composer create is outdated and composer create-projectshould be used instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant