-
需求:
header 中存在请求 id,比如 qid 参数
要求所有该请求产生的日志中都能存在 qid 信息。
-
I have dynamic route in config/route.php like this (it load vue + vue router)
```
Route::disableDefaultRoute();
Route::get('[{path:.+}]', [IndexController::class, 'index'])->name('public.index');
…
-
`TypeError: Webman\App::__construct(): Argument #1 ($request_class) must be of type string, Workerman\Worker given, called in /webman/start.php on line 55 and defined in /webman/vendor/workerman/webma…
-
- 基础控制器
```
-
Error: Call to undefined method support\Response::deleteFileAfterSend() in D:\4.PHP\Code\webman_laravel_test\vendor\maatwebsite\excel\src\Excel.php:87
Stack trace:
#0 D:\4.PHP\Code\webman_laravel_te…
-
### windows
```
PS D:\code\toys\webman-admin> php -v
PHP 7.4.15 (cli) (built: Feb 2 2021 20:47:36) ( NTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend …
-
浏览器显示的异常信息,原因是模拟控制器抛出了未捕获的异常,框架捕获到异常后将异常信息记录到日志中,但是日志文件在不可写的情况下会将所有的异常信息都发送到客户端,想问下这种算正常情况吗。
`The stream or file "F:\webman\runtime/logs/webman-2023-03-31.log" could not be opened in append mode: F…
-
Attempting to do `composer dump-autoload -o` results in the following.
```
Generating optimized autoload files
Class Composer\InstalledVersions located in ./vendor/composer/InstalledVersions.php …
-
安装了一下webman admin的后台 但是验证码 接口报错了一直显示不出来
我的环境 php8.1.7 workman 4.1.3 admin 0.3.1
```php
ErrorException: Implicit conversion from float 21.5 to int loses precision in /home/meng/work/graduate/v…
-
当前MongoDb使用的是jenssegers/mongodb 而且好像没维护了
最新的是mongodb/laravel-mongodb 这个功能比较完善