问题已解决 是手册中 #所有的语言文件都是返回一个数组例如: // resource/translations/en/messages.php return [ 'hello' => 'Hello webman', ]; 需要加入<?php 改为 // resource/translations/en/messages.php <?php return [ 'hello' =>...