【发布时间】:2019-04-20 20:34:32
【问题描述】:
我刚刚安装了 Voyager 管理面板,链接文本出现损坏,如图所示:
我的#voyager.php 是这样的 ->
'multilingual' => [
/*
* Set whether or not the multilingual is supported by the BREAD input.
*/
'enabled' => true,
/*
* Set whether or not the admin layout default is RTL.
*/
'rtl' => false,
/*
* Select default language
*/
'default' => 'en',
/*
* Select languages that are supported.
*/
'locales' => [
'en',
'pt',
],
],
我找到了similar question here,但没有答案。
【问题讨论】: