Laravel Valet 504 Gateway Time-Out
I recenly started gettting 504 from Laravel app using valet had some issues while debugging it. Basically it boils down to NGINX.
Go to ~/.config/Valet/nginx/Sites
Add these values to your server or http block.
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_