Forum
Serving Perch with Laravel Valet
Hey,
Referencing this previous issue.
I cannot seem to get Perch to work using Laravel Valet - A great, fast, OS X web server using nginx. I have tried using Andrew Coe's Perch Valet driver.
I raised a lot of my present problems in this github issue
In short, I can get valet to serve the site but am faced with a number of issues relating to the $_SERVER
variables not being set, which perch relies on.
Any help would be greatly appreciated.
Thanks, Adam
This issue has been resolved by using the
BasicValetDriver
, ensuring that I am on the latest version of Perchv3.0.10
and runningvalet serve
from the public directory.