We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a189c4d + b18e4b6 commit 6b0c578Copy full SHA for 6b0c578
.maintenance/symlink-vendor-folders.php
@@ -16,5 +16,8 @@
16
// Symlink entries already contain the `vendor/` folder suffix.
17
symlink( "../../{$symlink}", "{$repository}/{$symlink}" );
18
}
19
+
20
+ // Symlink the autoloader as well so commands can be properly loaded.
21
+ symlink( "../../vendor/autoload.php", "{$repository}/vendor/autoload.php" );
22
23
0 commit comments