Skip to content

Latest commit

 

History

History
executable file
·
33 lines (25 loc) · 867 Bytes

README.md

File metadata and controls

executable file
·
33 lines (25 loc) · 867 Bytes

Backend Service

后端服务

安装

  1. 安装composer依赖:
    composer install
  2. 新建 .env 文件,根据 .env.example 内容配置本地开发环境。
  3. 执行迁移脚本:
    php artisan migrate

运行

php bin/laravels start

更多命令请参考 LaravelS官方文档

线上环境

软件 版本
CentOS 7.9.2009
PHP 7.4.18
Swoole 4.6.6
LaravelS 3.7.19
Laravel 8.40.0