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

feat: add config file #24

Closed owenvoke closed 3 years ago

owenvoke commented 3 years ago

This implements a configuration file as suggested by Dries Vints, allowing the ability to use Blade Icons features like default classes, default attributes, etc.

I have excluded most of the comments from Dries' original PRs as there are 5 icon sets which would cause the configuration file to be bloated with duplicate comments.