简体   繁体   中英

Lumen - Locales File Location

in Laravel I can easly find the locales files in /resources/langs/{en, es, fr}

I'm searching the same in Lumen, so I can change validation errors or make custom errors.

Thank you all for the support.

默认情况下,Lumen 没有语言环境文件,但您可以轻松地将它们添加到/resources/langs/{locale}并且您可以使用辅助函数trans('file.key')

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM