Im using Laravel 5.3 in Homestead with Vagrant 1.8.7 running on VirtualBox.
I have need to enable some php extensions.
I know that I could ssh into the box and
In case there's still a need for this :
=> https://guides.wp-bullet.com/install-apcu-object-cache-for-php7-for-wordpress-ubuntu-16-04/
=> Run the 3 first commands :
sudo apt-get update
sudo apt-get install php7.0-apcu -y
sudo service php7.0-fpm restart
Or simply add to after.sh:
sudo apt-get install php7.x-apcu -y