树先生
树先生
### 测试代码: ``` /** * 测试1 - 不做任何验证 */ public function test1() { // 查询列表 $query = AftersaleModel::with([ // 销售明细 'sales' => function($query) { // // 为前端售后单详细提供支持... // $query->with([ //...
### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...
v1.3.3 无法获取部分程序图标,图标缓存文件 0 KB 如: Microsoft VS Code ApiPost7 Clash for Windows Navicat Premium 16 ScreenToGif 阿里云盘 Motrix 等....
### 请描述您的问题 ### 使用场景 进程守护启动Laravel队列进程常驻进行任务消费 ### 问题描述 目前supervisor安装在宿主,而Laravel在容器内运行。 尝试使用`docker exec 容器名 php /www/sites/网站名/index/artisan queue:work`命令启动并守护。 发现supervisor管理/停止时,其实际PHP队列进程还在执行(通过:进程管理/搜索PHP/详细/启动命令) ### 需求描述 如何实现supervisor管理/停止时,PHP队列进程也同步结束 > 为了实现Laravel项目正常运行,用到计划任务的调度和进程守护的队列。
能否完善关联统计相关方法兼容主表有别名的情况(无需独立语句查询): - 当使用`hasWhere`时,会给主表加上别名(简单类名) - 而`withCount`或`withSum`等方法则使用完整表名去比对检测 (topthink/think-orm v2.0.61 think orm)   
过程中的某些方法如何排除中间件验证? How do certain methods in the process preclude middleware validation? 例如`AccountsProcedure`过程类中有`login`、`logout`等方法,需将`login`排除身份验证中间件。 For example, the `AccountsProcedure` procedure class has methods such as `login`, `logout`, etc., and `login` needs to be...
能否兼容下TP6.1 https://github.com/yzh52521/schedule/blob/4c8f537f0c08417e785f84b8b91bf16b083cb163/src/console/Event.php#L37
## 自定义规则:  ## 方法验证场景:  # 验证器追加自定义规则:错误信息无法替换$rule中的中文名,请问下如何解决?
安装框架v8.1.2后再安装think-queue报错 已有项目已包含( topthink/think-queue),执行`composer update`后也报错 --- composer create-project topthink/think . composer require topthink/think-queue 然后报错如图,我也是醉了 
测试发现 products 下的 获取器 或 关联 都报错