问题cmd窗口执行php think test报错: Required parameter $length follows optional parameter $start截图如下
请问这个问题该怎么解决?php 版本是8.0 thinkphp5.0
你在 Linux 中执行一下 php think ,看下你的命令是否注册成功。如下图 :
如图位置是否有个Test 命令?还有是否最终继承的是这个类 think\console\Command;