laravel 项目从github仓库拉取加载类库

keefe zhang 2023-02-22 16:06:35 234
简介: laravel 项目从github仓库拉取加载类库

1、git clone https://github.com/xxx

2、cp .env.example .env

3、安装
推荐使用阿里云composer镜像
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

4、在项目根路径中执行更新key php artisan key:generate

5、
php artisan cache:clear
artisan 是 laravel 自带的命令行接口,他提供了许多使用的命令来帮助你构建 laravel 应用 。要查看所有可用的 artisan 命令的列表
php artisan list