Composer installs laravel specified version

藏色散人
Release: 2020-01-20 13:29:21
forward
6291 people have browsed it

The following tutorial column of composer will introduce to you how composer installs the specified version of laravel. I hope it will be helpful to friends in need!

Composer installs laravel specified version

First install composer;

composer install laravel specified version command:

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

The latest version is installed by default. If you want to install a specified version, just append the specified version number.

For example, install laravel5 .4 version,

composer create-project - -prefer-dist laravel/laravel blog 5.4.*
Copy after login

Composer installs laravel specified version

For more composer-related technical articles, please visit the composer column: https://www.php.cn/tool/composer/

The above is the detailed content of Composer installs laravel specified version. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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