1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00

Forbid access to most commands if Valet is not installed

This commit is contained in:
Antonio Carlos Ribeiro
2017-03-21 18:06:17 -03:00
committed by Adam Wathan
parent fac1dd659a
commit 3aac3e2477

View File

@@ -47,8 +47,6 @@
output(PHP_EOL.'<info>Valet installed successfully!</info>'); output(PHP_EOL.'<info>Valet installed successfully!</info>');
})->descriptions('Install the Valet services'); })->descriptions('Install the Valet services');
var_dump(VALET_HOME_PATH);
/** /**
* Most commands are available only if valet is installed. * Most commands are available only if valet is installed.
*/ */