PHPackages                             djam90/laravel-font-awesome - 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. djam90/laravel-font-awesome

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

djam90/laravel-font-awesome
===========================

Laravel Blade directives to easily use Font Awesome icons.

1.0.0(6y ago)27[3 PRs](https://github.com/djam90/laravel-font-awesome/pulls)MITPHP

Since Apr 23Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (5)Used By (0)

[![Image of Yaktocat](laravel-font-awesome.svg)](laravel-font-awesome.svg)

Easily add Font Awesome icons using these simple Blade directives.

Installation
------------

[](#installation)

Simply require the package in your project. Supports Laravel 7 and above.

`composer require djam90/laravel-font-awesome`

That's it!

The service provider will be automatically registered and the blade directives are ready to use in your views.

Usage
-----

[](#usage)

There are 5 Blade directives made available with this package. These are to support the 5 different styles in Font Awesome:

- Solid (fas)
- Regular (far)
- Light (fal)
- Duotone (fad)
- Brand (fab)

### Examples

[](#examples)

#### Solid

[](#solid)

```
@fas('user')

```

Will output:

```

```

#### Regular

[](#regular)

```
@far('user')

```

Will output:

```

```

#### Light

[](#light)

```
@fal('user')

```

Will output:

```

```

#### Duotone

[](#duotone)

```
@fad('user')

```

Will output:

```

```

#### Brand

[](#brand)

```
@fab('500px')

```

Will output:

```

```

### Caveats

[](#caveats)

If you attempt to use an incompatible directive and icon combination, it simply will not work. An example would be `@fab('user')` because there is no "user" brand icon.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

2210d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/979271?v=4)[Daniel Twigg](/maintainers/djam90)[@djam90](https://github.com/djam90)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/djam90-laravel-font-awesome/health.svg)

```
[![Health](https://phpackages.com/badges/djam90-laravel-font-awesome/health.svg)](https://phpackages.com/packages/djam90-laravel-font-awesome)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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