1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00
This commit is contained in:
Taylor Otwell
2016-05-03 16:03:24 -05:00
commit 0e2f3f4fe3
11 changed files with 1533 additions and 0 deletions

19
stubs/daemon.plist Normal file
View File

@@ -0,0 +1,19 @@
<?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.maltServer</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/php</string>
<string>-S</string>
<string>127.0.0.1:80</string>
<string>SERVER_PATH</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/com.laravel.maltServer.err</string>
</dict>
</plist>