Installation laravel

Installation Laravel installer with Composer:

$ composer global require "laravel/installer"

In .zshrc has increased by:

export PATH="$HOME/.composer/vendor/bin:$PATH"

Then there are two ways you can install Laravel:

Mode 1: The Installer

laravel new blog

Method 2: Composer

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

https://laravel.com/docs/6.x

He published 188 original articles · won praise 88 · views 580 000 +

Guess you like

Origin blog.csdn.net/henryhu712/article/details/103917433