Home  >  Article  >  Backend Development  >  Detailed explanation of Laravel5.2 installation and directory structure

Detailed explanation of Laravel5.2 installation and directory structure

黄舟
黄舟Original
2017-09-11 09:53:011475browse

1. Laravel installation

Here you choose to install the Laravel application through Composer's create-project command.


composer create-project laravel/laravel blog --prefer-dist

This will create the blog directory under the current directory and load the Laravel framework. The --prefer-dist option indicates that the compressed package should be installed first.

2. Directory structure

The above is the detailed content of Detailed explanation of Laravel5.2 installation and directory structure. For more information, please follow other related articles on the PHP Chinese website!

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