laravel learning (1) - laravel installation

WBOY
Release: 2016-07-29 08:54:35
Original
962 people have browsed it

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 
Copy after login

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!