- Homebrew
- Command Line Tools for Xcode
- PHP 7.3 or 7.4 via Homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client_header_timeout 3000; | |
client_body_timeout 3000; | |
fastcgi_read_timeout 3000; | |
fastcgi_buffers 8 128k; | |
fastcgi_buffer_size 128k; | |
to ~/usr/local/etc/nginx.confg file under http {} object. | |
Then restart the services valet restart | |
https://github.com/laravel/valet/issues/315 |