console icon indicating copy to clipboard operation
console copied to clipboard

webman console plugin

Results 8 console issues
Sort by recently updated
recently updated
newest added

添加支持自定义command目录和命名空间支持

php webman make:model 表名 这个命令生成的model文件里面定义表名 $table 变量是 null 。 我不清楚你这里为什么要定义多一个$table_val变量 ,然后做这样的判断。这是一个bug吗? 我想要的结果是有带表前缀的表名,例如:$table=mm_users ![Snipaste_2023-07-11_00-21-53](https://github.com/webman-php/console/assets/22255693/4dd483e0-7d4e-4f25-8b77-c45bb41d66dd)

php webman make:model admin 这个命令连续执行两次,会把之前的同名的覆盖掉

之前在windows打包并运行正常,更新console插件后打包就不能运行了: php webman.phar start 提示: Please run 'php windows.php' on windows system

![Image](https://github.com/user-attachments/assets/345b549f-b67a-4c48-9a11-9540110bb253) 打印了环境拓展是包含swoole的 但是启动的时候直接报错乱码 ![Image](https://github.com/user-attachments/assets/e2f4a427-eecd-4dcb-9bdf-b28a4ec4e1f8) 最后提示类不存在。 有没有解决办法 php版本:php8.2

如果开启了 opcache.jit_buffer_size=128m opcache.jit=1205 会报 ![image](https://github.com/user-attachments/assets/49ca08e0-4327-4883-9f94-8e92d88b6302) 看了下在php8.2.3修复了 ![image](https://github.com/user-attachments/assets/ed9fd468-3ce6-406c-983f-ffd1f0718b1a) 什么时候支持该版本