Home > php教程 > php手册 > laravel5.1 learning (1)--installation

laravel5.1 learning (1)--installation

WBOY
Release: 2016-08-08 08:49:50
Original
1049 people have browsed it

The main thing I studied is laravel5.1 version, and the server uses wampserver3.0.4 integrated environment;

First, install composer (windows system)

Download address: https://getcomposer.org/download/

Next, use composer to install the release version of laravel5.1. The command is as follows:

composer create-project laravel/laravel project-name --prefer-dist "5.1.*"
Copy after login

Description:

project-name represents the project name;

"5.1.*" represents laravel5.1 version.

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template