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 8ca1a68 commit 03af9b1Copy full SHA for 03af9b1
src/Concerns/LocatesPhpBinary.php
@@ -9,7 +9,7 @@ trait LocatesPhpBinary
9
*/
10
protected function binaryPackageDirectory(): string
11
{
12
- return 'vendor/nativephp/php-bin/';
+ return env('NATIVEPHP_PHP_BINARY_PATH', 'vendor/nativephp/php-bin/');
13
}
14
15
/**
0 commit comments