thomasmoors

1.0.0 • Public • Published

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.

/thomasmoors/

    Package Sidebar

    Install

    npm i thomasmoors

    Weekly Downloads

    1

    Version

    1.0.0

    License

    none

    Unpacked Size

    1.31 MB

    Total Files

    13

    Last publish

    Collaborators

    • thomasmoors