z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.1k stars 2.81k forks source link

how to add messagebox icon in to the header? #5832

Closed jesnagifto closed 8 months ago

jesnagifto commented 9 months ago

Description:

like this image WhatsApp Image 2023-10-18 at 17 16 30_bd878c7b

Steps To Reproduce:

fits-fujiura-st commented 9 months ago

@jesnagifto

Header template(header.blate.php) is in vendor directory. So, you need to copy laravel-admin templates to your application direcotry first. This post will help you. https://github.com/z-song/laravel-admin/issues/943

And specific way to add icon is in this post. https://blog.fits-inc.jp/2023/10/18/laravel-admin-add-header-icon/

jesnagifto commented 8 months ago

thank u for ur infomartion