Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save asamofal/6964009f5606d9afae86c402136c3b63 to your computer and use it in GitHub Desktop.
Save asamofal/6964009f5606d9afae86c402136c3b63 to your computer and use it in GitHub Desktop.
Install php-fpm & all required extensions for Laravel 6.x
add-apt-repository ppa:ondrej/php
apt install php7.3-fpm php7.3-curl php7.3-mbstring php7.3-xml -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment