1. Version:
centos 6.7, php5.6, nginx 1.8
2. Installation process:
composer global require "fxp/composer-asset-plugin:~1.1.1" composer create-project laravel/laravel --prefer-dist ln -s /root/.composer/vendor/bin/laravel /usr/local/bin/laravel cd /home/wwwroot laravel new blog chmod -R 0777 ./blog
The above introduces laravel learning (1) - laravel installation, including laravel content. I hope it will be helpful to friends who are interested in PHP tutorials.