Closed mohamedary closed 1 year ago
Looking forward to install fontawesome set. But, I can't find anything regarding that in the documentation. Tried the following:
IconPicker::make(name: 'icon') ->required() ->sets(['heroicons', 'fontawesome-solid']) ->columns([ 'default' => 1, 'lg' => 3, '2xl' => 5, ]),
However, fontawesome icons are not loaded so I guess there is a step I need to do.
You need to have the respective Blade UI Icons set installed: https://github.com/owenvoke/blade-fontawesome
EDIT: and after installing the icon set, you need to clear the cache.
Thanks a lot :)
Installed: https://github.com/owenvoke/blade-fontawesome and clear cache but not showing the icons
Looking forward to install fontawesome set. But, I can't find anything regarding that in the documentation. Tried the following:
However, fontawesome icons are not loaded so I guess there is a step I need to do.