问题描述 路由里面配置了可选参数,配置了就报错 Route::any('/show[/area/{area}][/class/{class}][/id/{id}][/year/{year}][/page/{page}].html', [app\index\controller\Vod::class, 'show'])->name('vod/show'); FastRoute\BadRouteException:...
webman的路由参数,如果不是在控制器里面获取,在functions里面获取,应该怎么做 我有一个通用的方法要判断请求的参数,返回所有的请求参数给其他函数使用,如果每次都通过控制器来做,代码量会多很多,逻辑也复杂很多,希望能有一个通用的获取参数的方法...
路由配置: Route::any('/detail/{id:\d+}.html', [app\index\controller\Vod::class, 'detail']); 然后访问xxxx.com/detail/123.html 通过input() 来获取输入的 ,打印出来是空的,想获取id这个参数应该怎么做?...
Route::any('/map', [app\index\controller\Map::class, 'index']); Route::any('/rss/index', [app\index\controller\Rss::class, 'index']); Route::any('/rss/baidu', [app\index\controller\Rss::class, 'baidu']); Route:...
问题描述 这里写描述 webman redis-queue send 消息的时候 刚好 webman reload 不能完成消费事件...
问题描述 这里详细描述问题 Creation of dynamic property Workerman\Redis\Client::$brPoping is deprecated in /www/wwwroot/xxxx/vendor/workerman/redis-queue/src/Client.php:77...
现在php 代码加密,有没有好的方法啊,webman 有没有适合的加密方法 现在php 代码加密,有没有好的方法啊,webman 有没有适合的加密方法...
问题描述 webman 有人做出可以切换模板的cms 了吗,可以分享一下吗 为此你搜索到了哪些方案及不适用的原因 webman 有人做出可以切换模板的cms 了吗,可以分享一下吗,想自己写一个,写模板切换不知道怎么写,官方好像说要写一个,还没出来呢,有人做出来了吗?可以直接用的最好了,万分感谢...
ErrorException: stream_socket_server(): unable to connect to tcp://127.0.0.1:2300 (Address already in use) in /www/wwwroot/xxxx/vendor/workerman/workerman/Worker.php:2262 webman 配置了不同的端口,但是启动的时候,一个能正常启动,另外一个报错,...
ErrorException: imagettfbbox(): Could not find/open font in phar:///www/wwwroot/game.com/build/webman.phar/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php:345 Stack trace: 没办法显示验证码,直接报错,用的是官方推荐的验证...
我默认都是 app\admin\controller\index\Index.php 这样的结构,我想生成这个url ,还必须写route路由,然后再用route方法生成url 吗?...