Dcat Admin设置中文 0 By 董德多 on 2022年10月13日 LaravelDcat Admin项目安装完毕后,后台语言默认是英文,打开配置文件 config/app.php,设置 locale 参数的值为 zh_CN即可设置为中文。 dcat admin
Laravel 队列任务不执行,错误信息:Numeric value out of range: 1264 Out of range value for column ‘attempts’ at row 1 (SQL: update jobs set reserved_at = xx, attempts = 256 where id = xx) Laravel By 董德多