Linnzh

Results 9 comments of Linnzh

Maybe you can create a branch to design for bootstrap4?

@amin007 , I just make a suggestion. You can add a Bootstrap4 branch and add the corresponding class name to each tag in the branch code, or add a template...

@amin007 , Yes. So what I did later, after generating the HTML snippet, use a tag to wrap it, and then customize the style on this tag. This will be...

> 直接把对应的中间件,移除掉就行了 是说单测试的时候移除吗?那样不是要反复修改代码吗?

> 我发现,你可能完全不理解我的意思。。。 确实,我不大理解。中间件是通过注解添加的,配置里的中间件是全局中间件(或者还有其他配置?),要如何“从配置里去掉”呢? 大佬提了一下“改代码”,是指把 controller 上的中间件去掉吗?

如何在结果中不保留符号呢?

我好像走进了测试的误区。这个 issue 先关了,等我学会 TDD 再来。

有时候 redis 扩展没安装上,有时候 swoole 扩展没安装上,有时候又没问题。也没有任何报错。每次只能等 build 然后 up 进容器内查看是否成功安装扩展了。 不知道什么原因。

试试用 alpine-3.12 版本。然后安装 imagick (打个比方)的时候使用 `apk add --update-cache php-imagick` 的形式安装扩展,而不是 pecl。 其他扩展可参考: