PHPackages                             shihabphp/livewire-dashboard - 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. [Admin Panels](/categories/admin)
4. /
5. shihabphp/livewire-dashboard

ActiveLibrary[Admin Panels](/categories/admin)

shihabphp/livewire-dashboard
============================

A Dashboard Creator for your Laravel or Livewire Application

v1.0(4y ago)7291MITBladePHP ^7.4CI failing

Since Sep 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/shihabphp/livewire-dashboard)[ Packagist](https://packagist.org/packages/shihabphp/livewire-dashboard)[ RSS](/packages/shihabphp-livewire-dashboard/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Create Dashboard
================

[](#create-dashboard)

Using this package you can create beautiful dashboards.

[![screenshot](resources/images/dashboard.gif "Screenshot")](resources/images/dashboard.gif)

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

[](#requirements)

- [Laravel 8](https://laravel.com/docs/8.x)
- [Livewire](https://laravel-livewire.com/)
- [Tailwind](https://tailwindcss.com/)
- [Alpine JS](https://github.com/alpinejs/alpine)

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

[](#installation)

You can install the package via composer:

```
composer require shihabphp/livewire-dashboard
```

Publish the migrations
----------------------

[](#publish-the-migrations)

To create the dashboard\_tiles table, you must create and run the migration.

```
php artisan vendor:publish --provider="Shihabphp\Dashboard\DashboardServiceProvider" --tag="dashboard-migrations"

php artisan migrate
```

Creating your dashboard
-----------------------

[](#creating-your-dashboard)

In your Laravel app, create a new route and view. The url and view name can be whatever you want.

```
Route::view('dashboard-url', 'dashboard-blade-view');
```

In your Blade view, use the dashboard Blade view component.

```

```

Customizing the views
---------------------

[](#customizing-the-views)

If you want to customize the view used to render the dashboard and the tiles, run this command:

```
php artisan vendor:publish --provider="Shihabphp\Dashboard\DashboardServiceProvider" --tag="dashboard-views"
```

Testing
-------

[](#testing)

```
composer test
```

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)

- [Muhammed Shihab](https://github.com/shihabphp)

License
-------

[](#license)

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

Credits and Influences
----------------------

[](#credits-and-influences)

- [Laravel](https://laravel.com/)
- [Laravel Livewire](https://laravel-livewire.com/docs/quickstart/)
- [Tailwind CSS](https://tailwindcss.com/)
- [AlpineJS](https://github.com/alpinejs/alpine)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

1695d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf2a78f441362a3cc8eacb90292d7dfc0b53e4200766d2df39d810a39757468b?d=identicon)[shihabphp](/maintainers/shihabphp)

---

Top Contributors

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

---

Tags

dashboardlaravellaravel-8-packagelaravel-8-reportlaravel-dashboardlaravel-dashboard-tilelaravel-packagelaravel-reportlivewirelivewire-dashboard

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shihabphp-livewire-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/shihabphp-livewire-dashboard/health.svg)](https://phpackages.com/packages/shihabphp-livewire-dashboard)
```

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[spatie/laravel-dashboard

A dashboard for Laravel

568156.1k94](/packages/spatie-laravel-dashboard)[livewire-filemanager/filemanager

A simple, friendly and practical Livewire filemanager for your applications

3587.6k1](/packages/livewire-filemanager-filemanager)[andreaselia/analytics

Analytics for the Laravel framework.

19719.5k2](/packages/andreaselia-analytics)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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