Mead 45fb84826d 调整 | hace 3 años | |
---|---|---|
app | hace 3 años | |
bootstrap | hace 4 años | |
config | hace 3 años | |
database | hace 5 años | |
public | hace 5 años | |
resources | hace 5 años | |
routes | hace 4 años | |
storage | hace 5 años | |
tests | hace 5 años | |
wechat_20210607_cert | hace 3 años | |
wechat_20211220_cert | hace 3 años | |
.editorconfig | hace 5 años | |
.env.example | hace 4 años | |
.gitignore | hace 5 años | |
.styleci.yml | hace 5 años | |
artisan | hace 5 años | |
composer.json | hace 4 años | |
phpunit.xml | hace 5 años | |
readme.md | hace 4 años |
用户端API主要为未来bike小程序提供API服务接口
开发语言: php
技术方案:主要采用 lumen 5.8.* 基础框架做的二次开发。
依赖环境: PHP >= 7.0
OpenSSL PHP 扩展
PDO PHP 扩展
Mbstring PHP 扩展
Mongodb php扩展
安装composer,并在跟目录下安装项目依赖包,命令如下
$ composer install
配置任务调度
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
启动队列服务
php artisan queue:work