FontAwesome Icons
A Laravel Nova FontAwesome Icon field
Installation:
You can install the package in to a Laravel app that uses Nova via composer:
composer require mdixon18/fontawesome
Usage:
Add the below to app/Nova resources.
use Mdixon18\Fontawesome\Fontawesome; Fontawesome::make('Icon')
You can override the text for the field button like so
Fontawesome::make('Icon')->addButtonText('Click Me!')
You can limit the icons the user can choose from like so
Fontawesome::make('Icon')->only([ 'facebook', 'twitch', 'twitter', ])
Support:
License:
The MIT License (MIT). Please see License File for more information.