Hey,
I've got a Perch site running in Laravel Valet, and the only issue I've come across is when navigating to `perch` upon setup, usually you get redirected to `perch/setup`. However, with nginx and valet, it takes me to `setup` rather than `perch/setup`.
Investigating core/index.php:
The relative path seems to be the issue. I know this isn't a Perch issue as such, but any advice on why it's not working with a relative path?
Cheers!