[Feature Request]: Add a Proxying Services #379
Replies: 5 comments
-
|
Yeah, we'll add this as we still need to migrate from our Valet fork, to the official Laravel Valet package. |
Beta Was this translation helpful? Give feedback.
-
|
This works out of the box with the exception of referencing a unique nginx error page for the referenced domain. I just had to edit the nginx config file and change the error_log path: mailpit.test open like lightning. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mpociot, I wanted to follow up on the feature request I submitted regarding the addition of Proxying Services to Herd, which is currently available in Valet. I saw your comment about migrating from the Valet fork to the official Laravel Valet package. Is there an estimated timeline for its implementation? |
Beta Was this translation helpful? Give feedback.
-
|
@secondmanveran's tip helped her. The error log wasn't being created for the proxy address. mkdir -p "~/Library/Application Support/Herd/Log"
touch "~/Library/Application Support/Herd/Log/<proxy>.test-error.log" |
Beta Was this translation helpful? Give feedback.
-
|
@mpociot The herd proxy command works great! Why is it currently undocumented and not officially supported? It would be a huge help for many of us. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
Same as Valet Proxying Services https://laravel.com/docs/10.x/valet#proxying-services
Is this feature valuable for other users as well and why?
No response
Beta Was this translation helpful? Give feedback.
All reactions