Skip to content

Instantly share code, notes, and snippets.

@maldechavda
Created December 2, 2017 09:29
Show Gist options
  • Save maldechavda/56eb764a95ce779611ebf18432b8cce0 to your computer and use it in GitHub Desktop.
Save maldechavda/56eb764a95ce779611ebf18432b8cce0 to your computer and use it in GitHub Desktop.
Install php7.2 over php7.1 in laravel server
#!/bin/bash
sudo apt-get install -y php7.2 php7.2-cli php7.2-dev \
php7.2-pgsql php7.2-sqlite3 php7.2-gd \
php7.2-curl php7.2-memcached \
php7.2-imap php7.2-mysql php7.2-mbstring \
php7.2-xml php7.2-zip php7.2-bcmath php7.2-soap \
php7.2-intl php7.2-readline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment