1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 17:10:05 +01:00

use caddy as the server into php

This commit is contained in:
Taylor Otwell
2016-05-06 22:55:24 -05:00
parent f4ccf1c57c
commit cb5b8d7130
7 changed files with 128 additions and 3 deletions

18
stubs/caddyDaemon.plist Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.laravel.valetServer</string>
<key>WorkingDirectory</key>
<string>VALET_PATH</string>
<key>ProgramArguments</key>
<array>
<string>./caddy</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/com.laravel.valetServer.err</string>
</dict>
</plist>