1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

♻️ Add valet command (#34), read Valet configuration (#58)

This commit is contained in:
2021-11-29 01:17:23 +01:00
parent bbb04f7907
commit 0986b97051
12 changed files with 221 additions and 12 deletions

View File

@ -0,0 +1,8 @@
{
"tld": "test",
"paths": [
"/Users/username/.config/valet/Sites",
"/Users/username/Sites"
],
"loopback": "127.0.0.1"
}