Skip to content

Commit b5c14f3

Browse files
authored
Updated symlink-project command description in README. (#67)
1 parent abf3999 commit b5c14f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This project provides the following DDEV container commands.
3030
- Creates a temporary [composer.contrib.json](https://getcomposer.org/doc/03-cli.md#composer) so that `drupal/core-recommended` becomes a dev dependency. This way the composer.json from the module is untouched.
3131
- Runs `composer install` AND `yarn install` so that dependencies are available.
3232
- Note: it is perfectly acceptable to skip this command and edit the require-dev of composer.json by hand.
33-
- [ddev symlink-project](https://github.com/ddev/ddev-drupal-contrib/blob/main/commands/web/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.
33+
- [ddev symlink-project](https://github.com/ddev/ddev-drupal-contrib/blob/main/commands/web/symlink-project). 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` _as long as Composer has generated `vendor/autoload.php`_ which occurs during `composer install/update`. See codebase image below.
3434

3535
Run tests on the `web/modules/custom` directory:
3636

0 commit comments

Comments
 (0)