小善潘多港湾,来自fastadmin2024,版本V1.5.0.20240328,升级3个安全到V1.5.1.20240903

panda 8b70151978 first пре 7 часа
addons 8b9294a844 Merge branch 'master' of http://git.huxiukeji.com/lizhen/xiaoshan пре 5 дана
application 8b70151978 first пре 7 часа
extend c393eb8272 文件权限配置www755 пре 2 недеља
public 5c4ccb4bd1 老年大学课程添加 пре 2 дана
runtime c393eb8272 文件权限配置www755 пре 2 недеља
thinkphp dd99b3dc1e 商品列表修改 пре 1 недеља
vendor 3143114945 workmanconfig пре 1 недеља
.bowerrc c393eb8272 文件权限配置www755 пре 2 недеља
.env.sample c393eb8272 文件权限配置www755 пре 2 недеља
.gitignore c393eb8272 文件权限配置www755 пре 2 недеља
LICENSE c393eb8272 文件权限配置www755 пре 2 недеља
README.md c393eb8272 文件权限配置www755 пре 2 недеља
bower.json c393eb8272 文件权限配置www755 пре 2 недеља
composer.json 3143114945 workmanconfig пре 1 недеља
composer.lock 3143114945 workmanconfig пре 1 недеља
gitpull.sh c393eb8272 文件权限配置www755 пре 2 недеља
gitpullonline.sh c393eb8272 文件权限配置www755 пре 2 недеља
think c393eb8272 文件权限配置www755 пре 2 недеља
商城.txt c393eb8272 文件权限配置www755 пре 2 недеља

README.md

Panda-admin version 1.0

作者:panda

email:joeyoung0314@qq.com

码云中国:https://gitee.com/xertao

请尊重劳动成果,保留此页信息,感谢配合

环境要求:

PHP = 7.4

Mysql = 5.7

使用流程步骤

  1. 根据.gitignore自行创建忽略文件

  2. 安装vendor composer install

  3. 修改.env APP_NAME //防止缓存key与其他项目一致; DATABASEREDIS

  4. 任务调度执行命令 php think TimedTask

  5. 队列监听执行命令 php think queue:listen