PHPackages                             mdixon18/fontawesome - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mdixon18/fontawesome

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mdixon18/fontawesome
====================

A FontAwesome Nova field.

v0.2.1(5y ago)15196.6k—3.5%10MITVuePHP &gt;=7.1.0

Since Oct 4Pushed 5y ago3 watchersCompare

[ Source](https://github.com/mdixon18/fontawesome)[ Packagist](https://packagist.org/packages/mdixon18/fontawesome)[ RSS](/packages/mdixon18-fontawesome/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

FontAwesome Icons
=================

[](#fontawesome-icons)

A Laravel Nova FontAwesome Icon field

Installation:
-------------

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require mdixon18/fontawesome
```

Usage:
------

[](#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 set a default icon for when an icon has not been set like so. First parameter is the type e.g. far, fas, fab and the second is the icon name (without fa-)

```
  Fontawesome::make('Icon')->defaultIcon('far', 'check-circle')
```

If you want to persist the default icon (when they press clear it brings back the default so it can't be empty) then add the following:

```
  Fontawesome::make('Icon')->addButtonText('Click Me!')->defaultIcon('far', 'check-circle')->persistDefaultIcon()
```

You can limit the icons the user can choose from like so

```
  Fontawesome::make('Icon')->only([
    'facebook',
    'twitch',
    'twitter',
  ])
```

You can use FontAwesome Pro by doing the following (remember to get your license key!)

```
  Fontawesome::make('Icon')->pro()
```

Support:
--------

[](#support)

License:
--------

[](#license)

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

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~180 days

Total

5

Last Release

2063d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bad52e3c4d95a79aa17531669666df72fdd5525f842ee7bbc5946f41ccfefa5?d=identicon)[mdixon18](/maintainers/mdixon18)

---

Top Contributors

[![mdixon18](https://avatars.githubusercontent.com/u/7197697?v=4)](https://github.com/mdixon18 "mdixon18 (4 commits)")

---

Tags

laravelFontAwesomenova

### Embed Badge

![Health badge](/badges/mdixon18-fontawesome/health.svg)

```
[![Health](https://phpackages.com/badges/mdixon18-fontawesome/health.svg)](https://phpackages.com/packages/mdixon18-fontawesome)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
