owenvoke / blade-fontawesome

A package to easily make use of Font Awesome in your Laravel Blade views.
https://packagist.org/packages/owenvoke/blade-fontawesome
MIT License
167 stars 28 forks source link

Need font awesome 6 support #82

Closed ceerker closed 2 months ago

ceerker commented 2 months ago

Description

The usage of font awesome 6 has changed to “fa-solid fa-Icons”, and the old method is outdated,Hope you can update to the new version in a timely manner。

Possible implementation

update to font awesome 6

owenvoke commented 2 months ago

The icons are already FA6, and have been since it was released.

Feel free to override the prefix in your config if you want to change this.