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:
committed by
Adam Wathan
parent
fac1dd659a
commit
3aac3e2477
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user