Skip to content
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

Updated symlink-project command description in README. #67

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

markdorison
Copy link
Contributor

The Issue

The README says the following about the symlink-project command:

ddev symlink-project. This symlinks the top level files of your project into web/modules/custom so that Drupal finds your module. This command runs automatically on every ddev start. See codebase image below.

This can cause some confusion as it will not run automatically if composer install/update has not already been run so that Composer can generate the vendor/autoload.php file.

How This PR Solves The Issue

Updates README to clarify that this command will not run successfully if vendor/autoload.php has not already been generated.

Manual Testing Instructions

N/A

Automated Testing Overview

N/A

Related Issue Link(s)

Resolves #66

Release/Deployment Notes

N/A

@weitzman weitzman merged commit b5c14f3 into ddev:main Jul 15, 2024
2 checks passed
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.

ddev symlink-project does not run automatically on ddev start as README states
2 participants