mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
remove path check
This commit is contained in:
@@ -48,12 +48,6 @@ function should_be_compatible()
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (exec('which php') != '/usr/local/bin/php') {
|
||||
echo "Valet requires PHP to be installed at [/usr/local/bin/php].";
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (PHP_MAJOR_VERSION < 7) {
|
||||
echo "Valet requires PHP 7.0 or later.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user