Laravel Voyager admin panel showing with broken link texts

删除回忆录丶 提交于 2019-12-11 07:19:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!