PHPackages                             thedagofugo/blade-dago-icons - 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. [Templating &amp; Views](/categories/templating)
4. /
5. thedagofugo/blade-dago-icons

ActiveLibrary[Templating &amp; Views](/categories/templating)

thedagofugo/blade-dago-icons
============================

A package to easily make use of Dagoicons in your Laravel Blade views.

1.0.6(1y ago)051MITPHPPHP ^7.4|^8.0

Since Aug 16Pushed 1y agoCompare

[ Source](https://github.com/thedagofugo/blade-dago-icons)[ Packagist](https://packagist.org/packages/thedagofugo/blade-dago-icons)[ Docs](https://github.com/thedagofugo/blade-dago-icons)[ RSS](/packages/thedagofugo-blade-dago-icons/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (5)Used By (0)

Blade Dagoicons
===============

[](#blade-dagoicons)

[ ![Tests](https://github.com/thedagofugo/blade-dago-icons/workflows/Tests/badge.svg)](https://github.com/thedagofugo/blade-dago-icons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/6a2fa53699ba98cc254f483d526014ad9f5c93efa701975973055b2896f0a688/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468656461676f6675676f2f626c6164652d6461676f2d69636f6e73)](https://packagist.org/packages/thedagofugo/blade-dago-icons)[ ![Total Downloads](https://camo.githubusercontent.com/7bd3e3bebad94951af0f125c0869ddaa5c2f1f97f4c2622925876a2a0944ff7b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468656461676f6675676f2f626c6164652d6461676f2d69636f6e73)](https://packagist.org/packages/thedagofugo/blade-dago-icons)A package to easily make use of [Dagoicons](https://github.com/refactoringui/Dagoicons) in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg) or preview them at [Dagoicons.com](https://Dagoicons.com/).

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Laravel 10.0 or higher

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

[](#installation)

```
composer require thedagofugo/blade-dago-icons
```

Updating
--------

[](#updating)

Please refer to [`the upgrade guide`](UPGRADE.md) when updating the library.

Blade Icons
-----------

[](#blade-icons)

Blade Dagoicons uses Blade Icons under the hood. Please refer to [the Blade Icons readme](https://github.com/blade-ui-kit/blade-icons) for additional functionality. We also recommend to [enable icon caching](https://github.com/blade-ui-kit/blade-icons#caching) with this library.

Configuration
-------------

[](#configuration)

Blade Dagoicons also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the `blade-dago-icons.php` config file:

```
php artisan vendor:publish --tag=blade-dago-icons-config
```

Usage
-----

[](#usage)

Icons can be used as self-closing Blade components which will be compiled to SVG icons:

```

```

You can also pass classes to your icon components:

```

```

And even use inline styles:

```

```

The solid icons can be referenced like this:

```

```

### Raw SVG Icons

[](#raw-svg-icons)

If you want to use the raw SVG icons as assets, you can publish them using:

```
php artisan vendor:publish --tag=blade-dago-icons --force
```

Then use them in your views like:

```

```

Changelog
---------

[](#changelog)

Check out the [CHANGELOG](CHANGELOG.md) in this repository for all the recent changes.

Maintainers
-----------

[](#maintainers)

Blade Dagoicons is developed and maintained by TheDagofugo.

License
-------

[](#license)

Blade Dagoicons is open-sourced software licensed under [the MIT license](LICENSE.md).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.8% 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 ~1 days

Total

4

Last Release

632d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ca5b1fdb57feadf44e1889ff68a8e586ff1e61b93f440a749e19f6abcc769c4?d=identicon)[thedagofugo](/maintainers/thedagofugo)

---

Top Contributors

[![WillanVelascoFernandez](https://avatars.githubusercontent.com/u/79518060?v=4)](https://github.com/WillanVelascoFernandez "WillanVelascoFernandez (105 commits)")[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (15 commits)")[![mallardduck](https://avatars.githubusercontent.com/u/619938?v=4)](https://github.com/mallardduck "mallardduck (1 commits)")

---

Tags

laraveliconsbladedago-icons

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/thedagofugo-blade-dago-icons/health.svg)

```
[![Health](https://phpackages.com/badges/thedagofugo-blade-dago-icons/health.svg)](https://phpackages.com/packages/thedagofugo-blade-dago-icons)
```

###  Alternatives

[codeat3/blade-google-material-design-icons

A package to easily make use of "Google Fonts Material Icons" in your Laravel Blade views.

23494.4k4](/packages/codeat3-blade-google-material-design-icons)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[saade/blade-iconsax

A package to easily make use of Iconsax in your Laravel Blade views.

21138.5k](/packages/saade-blade-iconsax)

PHPackages © 2026

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