Skip to content

Instantly share code, notes, and snippets.

@hiyali
Last active February 23, 2017 06:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiyali/19a45ee4f896c112138f024f789ef073 to your computer and use it in GitHub Desktop.
Save hiyali/19a45ee4f896c112138f024f789ef073 to your computer and use it in GitHub Desktop.
install php7 and laravel
### install php 7 ###
sudo apt-get install php7.0 php7.0-fpm php7.0-mysql -y
### install laravel ###
composer global require "laravel/installer"
### install requirements ###
sudo apt install php-gd php-zip phpunit php-mbstring
### new project ###
laravel new compSite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment