Property | Type | Description | |
---|---|---|---|
$cli | |||
$files | |||
$valetBin |
Method | Description | |
---|---|---|
__construct ( |
Create a new Valet instance. | |
createSudoersEntry ( ) : void | Create the "sudoers.d" entry for running Valet. | |
extensions ( ) : array | Get the paths to all of the Valet extensions. | |
onLatestVersion ( string $currentVersion ) : boolean | Determine if this is the latest version of Valet. | |
symlinkToUsersBin ( ) : void | Symlink the Valet Bash script into the user's local bin. |
public __construct ( |
||
$cli | ||
$files |
public createSudoersEntry ( ) : void | ||
return | void |
public extensions ( ) : array | ||
return | array |
public onLatestVersion ( string $currentVersion ) : boolean | ||
$currentVersion | string | |
return | boolean |
public symlinkToUsersBin ( ) : void | ||
return | void |