Method |
Description |
|
__construct ( CommandLine $cli, Filesystem $files ) : void |
Create a new Ubuntu instance. |
|
ensureInstalled ( string $package ) : void |
Ensure that the given formula is installed. |
|
hasInstalledPhp ( ) : boolean |
Determine if a compatible PHP version is installed. |
|
installOrFail ( string $package ) : void |
Install the given formula and throw an exception on failure. |
|
installed ( string $package ) : boolean |
Determine if the given formula is installed. |
|
linkedPhp ( ) : string |
Determine which version of PHP is linked in Homebrew. |
|
restartService ( $services ) |
Restart the given Homebrew services. |
|
stopService ( $services ) |
Stop the given Homebrew services. |
|