Skip to content

Instantly share code, notes, and snippets.

@nakamuraagatha
Last active December 19, 2017 01:18
Show Gist options
  • Save nakamuraagatha/4dd510cefafcb03d29dae34e61aee448 to your computer and use it in GitHub Desktop.
Save nakamuraagatha/4dd510cefafcb03d29dae34e61aee448 to your computer and use it in GitHub Desktop.
install laravel
echo y | command
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install libapache2-mod-php7.1
sudo a2dismod php5
sudo a2enmod php7.1
sudo apt-get install php7.1-dom php7.1-mbstring php7.1-zip php7.1-gd php7.1-xml php7.1-gmp php7.1-mysql php7.1-sqlite php7.1-mcrypt php7.1-curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment