Last active
February 23, 2017 06:25
-
-
Save hiyali/19a45ee4f896c112138f024f789ef073 to your computer and use it in GitHub Desktop.
install php7 and laravel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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