Метод |
Описание |
|
__construct ( CommandLine $cli, Filesystem $files, Configuration $configuration, Site $site ) |
Create a new Brew instance. |
|
install ( ) : void |
Install the system launch daemon for the Caddy server. |
|
installCaddyDaemon ( ) : void |
Install the Caddy daemon on a system level daemon. |
|
installCaddyDirectory ( ) : void |
Install the Caddy configuration directory to the ~/.valet directory. |
|
installCaddyFile ( ) : void |
Install the Caddyfile to the ~/.valet directory. |
|
restart ( ) : void |
Restart the launch daemon. |
|
rewriteSecureCaddyFiles ( ) : void |
Generate fresh Caddyfiles for existing secure sites. |
|
stop ( ) : void |
Stop the launch daemon. |
|
uninstall ( ) : void |
Remove the launch daemon. |
|