问题
I've just installed Voyager admin panel and the link texts appear broken, like the picture:
My #voyager.php is like this ->
'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',
],
],
I found a similar question here but without answers.
回答1:
I've just created a new database and run again the php artisan voyager:install --with-dummy
command.
Now the links appear to be normal!
来源:https://stackoverflow.com/questions/53358444/laravel-voyager-admin-panel-showing-with-broken-link-texts