We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d37f1d commit 960ecf7Copy full SHA for 960ecf7
src/Plugin.php
@@ -284,7 +284,7 @@ public static function install(string $path): void
284
* @var SplFileInfo $file
285
*/
286
$relativeFilePath = $file->getRelativePathname();
287
- FileSystemUtils::copy($pluginPath . '/web/' . $relativeFilePath, $frontDirectory . $relativeFilePath);
+ FileSystemUtils::copy($pluginPath . '/web/' . $relativeFilePath, $frontDirectory . '/src/plugins/' . $path . \DIRECTORY_SEPARATOR . $relativeFilePath);
288
}
289
290
0 commit comments