Home  >  Article  >  Backend Development  >  laravel learning (1) - laravel installation

laravel learning (1) - laravel installation

WBOY
WBOYOriginal
2016-07-29 08:54:35881browse

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn