Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AsnCode's avatar

Laravel Socialite through Laravel herd !?

Hello i want to test and implement Laravel socialite but :

  • local herd environment deliver address like this : xxxxxx.test or xxxx.dev
  • Google developer console need endpoint in localhost:80 (with port) for testing local ...

I have this error: Redirection not valid : l'URI must end with .com ou .org.... something like that

How can i test my socialite integration ?? Exist an alternative to Herd ?

Thanks you.

0 likes
5 replies
AsnCode's avatar

@martinbean thanks you but i have this error !??

"You are not allowed to specify custom subdomains. Please upgrade to Expose Pro. Assigning a random subdomain instead."

Seriously even that ... expose a localhost is inside a paywall .....

martinbean's avatar
Level 80

@AsnCode You can use ngrok instead to start a tunnel, and they give you one free unique subdomain that will not change across invocations.

I’m not a fan of things like Herd, and personally use Docker (along with ngrok) when I need to test webhook handling from services like Stripe, OAuth callbacks, etc.

1 like

Please or to participate in this conversation.