Skip to content

Instantly share code, notes, and snippets.

@rahulspace
Created October 16, 2019 14:22
Show Gist options
  • Save rahulspace/6167b8cf48d4feda361ea0c85e512c13 to your computer and use it in GitHub Desktop.
Save rahulspace/6167b8cf48d4feda361ea0c85e512c13 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt install php7.2-common php7.2-cli php7.2-gd php7.2-mysql php7.2-curl php7.2-intl php7.2-mbstring php7.2-bcmath php7.2-imap php7.2-xml php7.2-zip
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment