当前位置:Gxlcms >
PHP教程 >
写了一个laravel的command,可以debug这个command?
写了一个laravel的command,可以debug这个command?
时间:2021-07-01 10:21:17
帮助过:28人阅读
虽然command已经提供了一些输出log的方式,现在想debug这个command,有什么方式吗?
回复内容:
虽然command已经提供了一些输出log的方式,现在想debug这个command,有什么方式吗?
你可以尝试使用 dd();
请问你写的是CLI command 还是 command bus?