You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Icon error on Admin Menu in version 2.2 : Undefined array key "icon" (View: D:\projects\bagisto\packages\Webkul\Admin\src\Resources\views\components\layouts\header\index.blade.php) (View: D:
The text was updated successfully, but these errors were encountered:
i had open a PR for that here #313
pending a follow-up, see the instructions below :
delete file config.php from bootstrap/cache
open file admin-menu.php from vendor/bagisto/pwa/src/Config and add icon's property for each item of main return array like lines 9, 15 and 21
.
run command php artisan config:cache relaunch your app and test again, it shoulds work.
However there is another issue like the previous but it concern 'info' property
for fixing, edit file system.php from vendor/bagisto/pwa/src/Config add info property foreach item of main return array like lines 7, 12, 21, 102,..., 170
Icon error on Admin Menu in version 2.2 : Undefined array key "icon" (View: D:\projects\bagisto\packages\Webkul\Admin\src\Resources\views\components\layouts\header\index.blade.php) (View: D:
The text was updated successfully, but these errors were encountered: