hhxsv5 / laravel-s

LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.
MIT License
3.82k stars 471 forks source link

php bin/laravels reload 后多语言变更没有应用 #442

Open junthink opened 1 year ago

junthink commented 1 year ago
  1. Your software version (Screenshot of your startup)

    Software Version
    PHP 8.1.2
    Swoole 5.0.1
    Lumen 8.3.4
  2. Detail description about this issue(error/log)

    php bin/laravels reload 后 /resources/lang/*.json多语言的变更没有应用,我们语言包变更还挺频繁,每次都要重启才能生效

hhxsv5 commented 1 year ago

可能是新版框架对resource文件做了缓存,我看看代码实现吧。