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

jramirezgranada's avatar

Laravel Herd

I am using Laravel Herd with a fresh installation

When I'm using laravel validators with email like this one

'email' => ['required', 'email:dns', 'unique:users,email,NULL,id,deleted_at,NULL', 'string', 'max:255'],

The email:dns validation is not working, I got always a 504Gateay Time-out error, any ideas on this error please?

Thanks

0 likes
2 replies
Snapey's avatar

Something unusual about your connection to the Internet?

jramirezgranada's avatar

@Snapey it could be , since i change my network and it works, however, the first network has internet as usual, its weird

Please or to participate in this conversation.