thomasmoors1992/fontawesome-pro

A FontAwesome Nova field.


Keywords
nova, laravel, FontAwesome
License
MIT

Documentation

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:

mdixon14717@gmail.com

License:

The MIT License (MIT). Please see License File for more information.