Blogger Information
Blog 36
fans 2
comment 0
visits 23557
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
composer安装laravel
Rambo-Yang
Original
716 people have browsed it

一、安装composer

二、安装阿里云composer全量镜像,https://developer.aliyun.com/composer,这样下载速度快一些

三、下载laravel

composer create-project --prefer-dist laravel/laravel
这里下载默认支持当前php运行环境的最新版本,如果需要设置文件夹和版本,例如5.8,在尾部添加 5.8.*

composer create-project --prefer-dist laravel/laravel blog 5.8.* blog是下载到这个文件夹

  1. Route::get('/index','Home@show'); //映射到控制器show方法 @
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:composer是php发展历史上重要的里程碑
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post