Skip to content

Instantly share code, notes, and snippets.

@Nav33d
Nav33d / after.sh
Last active June 11, 2020 14:50
Setup apache on Laravel Homestead
####################################################################################################
# Apache Setup [copy and paste below code to the after.sh file in your project's folder]
# Set path to /var/www/html/project_name in Homestead.yml file
####################################################################################################
folder="tester" # Name of the project folder
phpVersion=5 # Enter 5 or 7
sudo service nginx stop
sudo apt update