PHPackages                             johncarlo29/blade-cartzilla - 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. johncarlo29/blade-cartzilla

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

johncarlo29/blade-cartzilla
===========================

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

1.0.1(2y ago)07MITPHPPHP ~8.2.0|~8.3.0

Since Feb 18Pushed 2y agoCompare

[ Source](https://github.com/JohnCarlo29/blade-cartzilla)[ Packagist](https://packagist.org/packages/johncarlo29/blade-cartzilla)[ Docs](https://github.com/JohnCarlo29/blade-cartzilla)[ RSS](/packages/johncarlo29-blade-cartzilla/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

Blade Icons Template
====================

[](#blade-icons-template)

[ ![Tests](https://github.com/blade-ui-kit/blade-heroicons/workflows/Tests/badge.svg)](https://github.com/blade-organization/blade-heroicons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/82f9909be45acd1fc2f090b904bc96ba626083c6fa6a24cb402b9a3cb6a5912b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c6164652d6f7267616e697a6174696f6e2f626c6164652d6865726f69636f6e73)](https://packagist.org/packages/blade-organization/blade-heroicons)[ ![Total Downloads](https://camo.githubusercontent.com/d59798797d82c553fea4c1a50b7b12d6c1b1cf219256fe3c3d55980068c12e58/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c6164652d6f7267616e697a6174696f6e2f626c6164652d6865726f69636f6e73)](https://packagist.org/packages/blade-organization/blade-heroicons)> This is a template repository for new icon packages for [Blade Icons](https://github.com/blade-ui-kit/blade-icons). Start a new repo with this and replace the relevant things below:
>
> 1. `blade-organization` with your GitHub organization
> 2. `blade-heroicons` with your repository name
> 3. `Blade Heroicons` &amp; `Blade Icons Template` with your icon set name
> 4. Any other reference to `Heroicons` with your icon set name
> 5. `Blade Developer` with your name
>
> Then, make sure [the implementation](./src) is correct, that you set up [icon generation](https://github.com/blade-ui-kit/blade-icons#generating-icons) and that [your tests](./tests) pass. And remove this quote block from your readme. When you've published your package on Packagist, make sure to send it in to [the Blade Icons package list](https://github.com/blade-ui-kit/blade-icons#icon-packages).

A package to easily make use of [Heroicons](https://github.com/refactoringui/heroicons) in your Laravel Blade views.

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

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

[](#requirements)

- PHP 8.2 or higher
- Laravel 10.0 or higher

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

[](#installation)

```
composer require blade-organization/blade-heroicons
```

Updating
--------

[](#updating)

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

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

[](#blade-icons)

Blade Heroicons 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 Heroicons 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-heroicons.php` config file:

```
php artisan vendor:publish --tag=blade-heroicons-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-heroicons --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 Heroicons is developed and maintained by Blade Developer.

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

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

Every ~0 days

Total

3

Last Release

866d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ec4786b4b47d05411ceac0b755afe9e238f0c7226038169a8657a91b5a74cf8?d=identicon)[jcadvincula29](/maintainers/jcadvincula29)

---

Top Contributors

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

---

Tags

laravelbladeCartzilla

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/johncarlo29-blade-cartzilla/health.svg)

```
[![Health](https://phpackages.com/badges/johncarlo29-blade-cartzilla/health.svg)](https://phpackages.com/packages/johncarlo29-blade-cartzilla)
```

###  Alternatives

[technikermathe/blade-lucide-icons

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

18421.4k11](/packages/technikermathe-blade-lucide-icons)[ublabs/blade-simple-icons

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

1963.4k](/packages/ublabs-blade-simple-icons)[mallardduck/blade-lucide-icons

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

101926.8k35](/packages/mallardduck-blade-lucide-icons)[secondnetwork/blade-tabler-icons

A package to easily make use of tabler-icons in your Laravel Blade views.

36659.9k28](/packages/secondnetwork-blade-tabler-icons)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[stijnvanouplines/blade-country-flags

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

26382.0k7](/packages/stijnvanouplines-blade-country-flags)

PHPackages © 2026

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