This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################################################################### | |
# 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 |