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 01204b8 commit cbba494Copy full SHA for cbba494
src/Install/CodeEnvironment/CodeEnvironment.php
@@ -47,7 +47,7 @@ public function getPhpPath(): string
47
48
public function getArtisanPath(): string
49
{
50
- return $this->useAbsolutePathForMcp() ? base_path('artisan') : './artisan';
+ return $this->useAbsolutePathForMcp() ? getcwd().'/artisan' : './artisan';
51
52
}
53
0 commit comments