laravel / homestead

MIT License
3.85k stars 1.45k forks source link

Uninstalled packages in php8.3.sh file #1938

Closed michaeldzjap closed 5 months ago

michaeldzjap commented 5 months ago

Please note that the Homestead issue tracker is reserved for bug reports and enhancements. We are not always able to debug Vagrant, Provider or Operating System issues, but will do our best to help. Thank you!

Versions

Is there a reason why this line is commented out? Do some of these packages not work properly on PHP 8.3 yet? I need redis and imagick for my project, so installed them manually and they seem to work fine thusfar. Actually, it seems I do not need to install them manually. I can import both Imagick and Redis in my PHP 8.3 projects just fine after doing vagrant destroy and importing v14.0.2.

Also, this line needs to be updated.

svpernova09 commented 5 months ago

Thanks for catching these!

This script should not affect the packages in the base box. You should already have those installed because the script that provisions the base box has they uncommented.

the PHP 8.3 feature script just needs to be updated from Settler. I'll update it later today if someone doesn't beat me to it.