问题描述 这里详细描述问题 Windows10,系统,phpstudy环境,php8.2.9,使用composer安装数据库一开始提示缺少openssl,后来一顿操作解决了,但是依然无法使用数据库,提示:“Error: Class "Illuminate\Database\Capsule\Manager" not found in D:\WWW\mycode\webman\webman\vendo...
使用think模板,在 config/view 里做了配置,html 里已经接收到变量了,但是为什么使用 volist 循环不生效呢?还是说 volist 语法有误? ...
添加 Route::any('/user/{id}', [app\controller\User:class, 'get']); 后就无法启动webman了,有遇到这种情况的朋友吗? 我如果把路由改成 /user/{id?},id设为选填参数,那么久可以启动成功,但是 127.0.0.1:8787/user/21 提示404,程序把21当成一个方法了,而不是一个参数 windows10,php7.3,workman4...
beforeAction和afterAction里的 echo 打印语句无效啊,没有输出出来。Windows10,PHP7.3,workman4.0.30,webman1.3.2...