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.
1 parent 4de1459 commit 963016dCopy full SHA for 963016d
Sources/Config.php
@@ -770,6 +770,18 @@ class Config
770
'raw_default' => true,
771
'type' => 'string',
772
],
773
+ 'vendordir' => [
774
+ 'text' => <<<'END'
775
+ /**
776
+ * @var string
777
+ *
778
+ * Path to where our dependencies are located.
779
+ */
780
+ END,
781
+ 'default' => '__DIR__ . \'/vendor\'',
782
+ 'raw_default' => true,
783
+ 'type' => 'string',
784
+ ],
785
'languagesdir' => [
786
'text' => <<<'END'
787
/**
0 commit comments