Valet: PHP8 Upgrade
Uninstall old valet and confirm:
valet uninstall --force
Update Composer:
composer global update
Install PHP8:
brew install php@8.0
Install valet:
valet install
Go to sites directory (e.g. cd ~/git
) and park valet:
valet park
Switch php versionslike this: valet use php@8.0
valet use php@7.4
PHP Memory Limit
https://cleody.com/post/551/increase-memory-limit-and-max-execution-time-in-laravel-valet