Home > Backend Development > PHP Tutorial > laravel learning (1) - laravel installation

laravel learning (1) - laravel installation

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 08:54:35
Original
1077 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
Latest Issues
Composer cannot install laravel
From 1970-01-01 08:00:00
0
0
0
Laravel Space/laravel-backup cannot be installed
From 1970-01-01 08:00:00
0
0
0
Laravel 5.1 Login laravel comes with it No more
From 1970-01-01 08:00:00
0
0
0
Why thinkphp has better performance than laravel?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template