Laravel-admin: Strange graphic difference

Created on 24 Aug 2018  ·  3Comments  ·  Source: z-song/laravel-admin

  • Laravel Version: 5.5.42
  • PHP Version: 7.2.9-1
  • Laravel-admin: 1.5

Hello everybody,
We developed a website using laravel-admin. This is a corner of our grid interface on our test server

selection_128

and this is the same part of the interface on our customer's server after I installed laravel, laravel-admin and loaded the same database

selection_129

As you can see the icons are very different and some buttons are moved around.

The same happens when I enter one item for editing. In the lower corner I see the "save" button

selection_131

this is the same on the customer's server

selection_130

Could it be due to some missing permission? What could I do in order to check?

Thank you
Marco

Most helpful comment

The latest version of laravel-admin is installed on your customer's server. In the new version, some changes have been made to the grid.

You should also update the language file by running php artisan vendor:publish --tag=laravel-admin-lang

All 3 comments

The latest version of laravel-admin is installed on your customer's server. In the new version, some changes have been made to the grid.

You should also update the language file by running php artisan vendor:publish --tag=laravel-admin-lang

Thank you so much!

@z-song Add plz this solution to README.md

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wangwenfan picture wangwenfan  ·  3Comments

greentornado picture greentornado  ·  3Comments

xiaalngf picture xiaalngf  ·  3Comments

joernroeder picture joernroeder  ·  3Comments

chenyongmin picture chenyongmin  ·  3Comments