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.
--quiet
1 parent 5fb6fb6 commit 4129ebbCopy full SHA for 4129ebb
src/NewCommand.php
@@ -761,7 +761,7 @@ protected function generateAppUrl($name)
761
protected function getTld()
762
{
763
foreach (['herd', 'valet'] as $tool) {
764
- $process = new Process([$tool, 'tld']);
+ $process = new Process([$tool, 'tld', '-v']);
765
766
$process->run();
767
@@ -793,7 +793,7 @@ protected function canResolveHostname($hostname)
793
protected function isParked(string $directory)
794
795
796
- $process = new Process([$tool, 'paths']);
+ $process = new Process([$tool, 'paths', '-v']);
797
798
799
0 commit comments