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

added renew to to install command

This commit is contained in:
Austin Drummond
2023-12-20 00:39:21 -05:00
parent a3a483e45c
commit 39ee79dfad

View File

@@ -61,6 +61,7 @@ function (ConsoleCommandEvent $event) {
output();
DnsMasq::install(Configuration::read()['tld']);
output();
Site::renew();
Nginx::restart();
output();
Valet::symlinkToUsersBin();