Created
September 17, 2018 13:03
-
-
Save syammohanmp/ea4fb2f4ee550ee3ee5e2e372ca1fba0 to your computer and use it in GitHub Desktop.
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
sudo apt install python-software-properties | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt install php7.1-cli php7.1-xml php7.1-mysql | |
sudo apt-get install php7.1-gd | |
sudo apt-get install php7.1-intl | |
sudo apt-get install php7.1-xsl | |
sudo apt-get install php7.1-xml | |
sudo apt-get install php7.1-mbstring | |
sudo apt-get install php7.1-curl | |
sudo apt install zip unzip php7.1-zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment