From cb721f7b1a25b063117b2af8a74da0a700cd8ca5 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Mon, 21 Aug 2023 20:12:10 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- src/Presets/Preset.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Presets/Preset.php b/src/Presets/Preset.php index 15dda32..b1d316c 100644 --- a/src/Presets/Preset.php +++ b/src/Presets/Preset.php @@ -59,6 +59,14 @@ public function basePath(): string return $this->basePath; } + /** + * Get the path to the base working directory. + */ + public function vendorPath(): string + { + return "{$this->basePath}/vendor"; + } + /** * Get the path to the resource directory. */