Skip to content

Instantly share code, notes, and snippets.

@Lerie82
Created January 11, 2019 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lerie82/164cd803131eccf3b8a2a147c888ffff to your computer and use it in GitHub Desktop.
Save Lerie82/164cd803131eccf3b8a2a147c888ffff to your computer and use it in GitHub Desktop.
update from php7 to php7.1 and update laravel
#moving from php7.0 to php7.1 for laravel
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get -y install php7.1 php7.1-common
sudo apt-get install php7.1-xml php7.1-mbstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment