PHPackages                             yezzmedia/laravel-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. yezzmedia/laravel-dashboard

ActiveLibrary[Admin Panels](/categories/admin)

yezzmedia/laravel-dashboard
===========================

Dashboard layer for the Yezz Media Laravel website platform. Provides a unified shell with navbar, sidebar, and bottom-bar above the User Center.

0.1.0(1w ago)02↑2900%3MITPHPPHP ^8.5

Since Jun 18Pushed todayCompare

[ Source](https://github.com/yezzmedia/laravel-dashboard)[ Packagist](https://packagist.org/packages/yezzmedia/laravel-dashboard)[ RSS](/packages/yezzmedia-laravel-dashboard/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (12)Versions (3)Used By (3)

   ![Yezz Media](https://raw.githubusercontent.com/yezzmedia/.github/main/profile/yezzmedia-light.svg)

 [![Latest Version](https://camo.githubusercontent.com/cf6a80526658b18bfaa170b9c08e77517e4119dcfdd3ce7dcf0a4949d1e58672/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79657a7a6d656469612f6c61726176656c2d64617368626f6172643f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yezzmedia/laravel-dashboard) [![PHP Version](https://camo.githubusercontent.com/cc1443339ec53f5760fbc0151eace7af9b035da4ba584616dac815e8f98e8675/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f79657a7a6d656469612f6c61726176656c2d64617368626f6172643f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yezzmedia/laravel-dashboard) [![License](https://camo.githubusercontent.com/be216db5b9f7b596d298f74ac726b79d2d55b10e765defba1c9622577b4751f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f79657a7a6d656469612f6c61726176656c2d64617368626f6172643f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yezzmedia/laravel-dashboard)

---

Laravel Dashboard
=================

[](#laravel-dashboard)

`yezzmedia/laravel-dashboard` is the shared navigation shell for Yezz Media user-facing packages.

It provides a consistent Blade layout with navbar, collapsible sidebar, bottom-bar zone, and dynamic hub page — extended by `laravel-account`, `laravel-user-projects`, `laravel-user-consent`, and `laravel-user-support` through stable navigation and extension registries.

Version
-------

[](#version)

Current release: `0.2.0`

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

[](#requirements)

- PHP `^8.5`
- Laravel `^13.0` components
- `filament/filament ^5.0`
- `spatie/laravel-package-tools ^1.93`
- `yezzmedia/laravel-foundation ^0.2`

Optional:

- `yezzmedia/laravel-account` — registers user-facing navigation items for the account surface

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

[](#installation)

```
composer require yezzmedia/laravel-dashboard
```

The service provider is auto-discovered.

What The Package Provides
-------------------------

[](#what-the-package-provides)

### Navigation Shell

[](#navigation-shell)

`DashboardServiceProvider` registers the shared `layouts/dashboard.blade.php` layout with:

- Responsive navbar with user dropdown and theme toggle
- Collapsible sidebar with active-state left-border indicators
- Bottom-bar zone via `BottomBarLinkRegistry`
- Mobile sidebar with gradient brand header
- Context-aware sidebar footer

### Hub Page

[](#hub-page)

The dashboard hub page (`/dashboard`) displays a widget-based overview with:

- Page header with icon and dynamic user greeting
- Left sidebar: account card, quick links grouped by navigation categories
- Main area: registered hub widgets from consumer packages
- Empty states when no widgets are registered

### Extension Registries

[](#extension-registries)

Package integrates with foundation through:

- `DashboardExtensionRegistry` — consumer packages register hub widgets
- `DashNavigationRegistry` — consumer packages register sidebar navigation items
- `UserMenuRegistry` — consumer packages extend the user dropdown menu
- `BottomBarLinkRegistry` — consumer packages add bottom-bar links

### Install Steps

[](#install-steps)

Two foundation-aligned install steps ensure the host is correctly configured:

- **`EnsureFilamentPanelHasDefaultInstallStep`** — adds `->default()` to the generated `AdminPanelProvider` so `filament()->getDefaultPanel()` resolves
- **`EnsureAppCssHasDarkVariantInstallStep`** — ensures `@variant dark` and package source paths exist in the host `resources/css/app.css`

These run automatically during `php artisan website:install`.

### Routes

[](#routes)

The package registers:

- `GET /dashboard` — hub page
- `POST /logout` — session logout

Development
-----------

[](#development)

```
composer test
composer analyse
composer format
```

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance99

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

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

12d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/107888802?v=4)[Yezz-Media](/maintainers/yezzmedia)[@yezzmedia](https://github.com/yezzmedia)

---

Top Contributors

[![yezzmedia](https://avatars.githubusercontent.com/u/107888802?v=4)](https://github.com/yezzmedia "yezzmedia (1 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/yezzmedia-laravel-dashboard/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M154](/packages/spatie-laravel-health)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

210140.2k1](/packages/guava-filament-knowledge-base)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2310.5k](/packages/mradder-filament-logger)

PHPackages © 2026

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