Level 122
Something unusual about your connection to the Internet?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
Please or to participate in this conversation.