I just update laravel homestead to latest version v10.17.0
. Also I update virtual box and vagrant. Related to laravel homestead documentation php 8 should be supported but I wasn't able to setup.
PHP 7.4 is still default version but that is not a problem because I want to use version 8 only for one project and I set php: '8.0'
in Homestead.yaml
for specific site but there is no impact at all.
I also see there is a function for switching to version 8 in vagrant but I get command not found
.
Does anyone have an idea?