Skip to content

Instantly share code, notes, and snippets.

@yano
Last active January 15, 2018 10:25
Show Gist options
  • Save yano/4ac0cbb0bce2cc2d64297f1494f2b7ef to your computer and use it in GitHub Desktop.
Save yano/4ac0cbb0bce2cc2d64297f1494f2b7ef to your computer and use it in GitHub Desktop.
対象os ubuntu 16.04
# php7.0-cliインストール
sudo apt install php7.0-cli
# requires ext-mbstring への対応
# https://stackoverflow.com/questions/39200967/laravel-installation-error-in-ubuntu-16-04
sudo apt install php-mbstring
# requires ext-dom への対応
# https://askubuntu.com/questions/794813/why-isnt-composer-updated
sudo apt-get install php-xml
# postgresのphp用のドライバーインストール
apt-get install php-pgsql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment