当前位置: 首页 > 工具软件 > think-admin > 使用案例 >

php think-queue队列的安装使用和Supervisor的安装配置和使用

贺佑运
2023-12-01

开始

1.官网地址:

https://github.com/coolseven/notes/tree/master/thinkphp-queue

2.安装

  • 直接命令安装
composer require topthink/think-queue
  • 或者修改composer.json文件(特别是thinkphp5使用的时候)

新增"topthink/think-queue": “*”

"topthink/think-queue": "*"

再输入命令安装

composer update

 类似资料: