PHPackages                             solitweb/laravel-dashboard-qr-code-tile - 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. solitweb/laravel-dashboard-qr-code-tile

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

solitweb/laravel-dashboard-qr-code-tile
=======================================

A QR code tile for the Laravel Dashboard

1.0.1(5y ago)62243[1 issues](https://github.com/solitweb/laravel-dashboard-qr-code-tile/issues)MITPHPPHP ^7.4|^8.0

Since Sep 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/solitweb/laravel-dashboard-qr-code-tile)[ Packagist](https://packagist.org/packages/solitweb/laravel-dashboard-qr-code-tile)[ Docs](https://github.com/solitweb/laravel-dashboard-qr-code-tile)[ RSS](/packages/solitweb-laravel-dashboard-qr-code-tile/feed)WikiDiscussions master Synced 3d ago

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

A QR code tile for Laravel Dashboard
====================================

[](#a-qr-code-tile-for-laravel-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e0657713d1d36213cb116e72f6c8f82adc79eb7e2320b0dd8dbef0e8ab6ec702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6c69747765622f6c61726176656c2d64617368626f6172642d71722d636f64652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solitweb/laravel-dashboard-qr-code-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c45aa7a99f950ea35a5df89c2b2b2d876f08181613a3580be3e17a91e15a0ef6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736f6c69747765622f6c61726176656c2d64617368626f6172642d71722d636f64652d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/solitweb/laravel-dashboard-qr-code-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/1928e62525340b3e83edcee991a3df57c5a82ccd77d9a371636c134126340af3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6c69747765622f6c61726176656c2d64617368626f6172642d71722d636f64652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solitweb/laravel-dashboard-qr-code-tile)

This tile displays a QR code.

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

 [![](https://github.com/solitweb/laravel-dashboard-qr-code-tile/raw/master/screenshot.png)](https://github.com/solitweb/laravel-dashboard-qr-code-tile/raw/master/screenshot.png)

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

[](#installation)

You can install the package via composer:

```
composer require solitweb/laravel-dashboard-qr-code-tile
```

In the dashboard config file, you must add this configuration in the tiles key.

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'qr_code' => [
            'codes' => [
                env('QR_CODE_WIFI'),
            ],
        ],
    ],
];
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:qr-code-tile` component.

```

```

### Customizing the view

[](#customizing-the-view)

If you want to customize the view used to render this tile, run this command:

```
php artisan vendor:publish --provider="Solitweb\QRCodeTile\QRCodeTileServiceProvider" --tag="dashboard-qr-code-tile-views"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Spatie](https://github.com/spatie/)
- [Google Charts](https://developers.google.com/chart/infographics/docs/qr_codes)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~149 days

Total

2

Last Release

1905d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.0.1PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a5690f03d3f16b5b6c060e87c00ee74124b027cb623fbbb51ab2e6a4e1f328e?d=identicon)[Solitweb](/maintainers/Solitweb)

---

Top Contributors

[![stijnvanouplines](https://avatars.githubusercontent.com/u/16742744?v=4)](https://github.com/stijnvanouplines "stijnvanouplines (3 commits)")[![dionnijssen](https://avatars.githubusercontent.com/u/79519456?v=4)](https://github.com/dionnijssen "dionnijssen (1 commits)")

---

Tags

solitweblaravel-dashboard-qr-code-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/solitweb-laravel-dashboard-qr-code-tile/health.svg)

```
[![Health](https://phpackages.com/badges/solitweb-laravel-dashboard-qr-code-tile/health.svg)](https://phpackages.com/packages/solitweb-laravel-dashboard-qr-code-tile)
```

PHPackages © 2026

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