PHPackages                             zdearo/livewire-panels - 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. [Framework](/categories/framework)
4. /
5. zdearo/livewire-panels

ActiveLibrary[Framework](/categories/framework)

zdearo/livewire-panels
======================

Developer-defined multi-panel foundation for Laravel and Livewire applications.

v1.1.3(3w ago)115↓100%MITPHPPHP ^8.4

Since May 14Pushed 1w agoCompare

[ Source](https://github.com/zdearo/livewire-panels)[ Packagist](https://packagist.org/packages/zdearo/livewire-panels)[ RSS](/packages/zdearo-livewire-panels/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (14)Versions (14)Used By (0)

Livewire Panels
===============

[](#livewire-panels)

Developer-defined multi-panel infrastructure for Laravel applications using Livewire 4 and Flux UI.

This package is the reusable core for a starter-kit ecosystem. It owns panel registration, routing, page descriptors, navigation contracts, authentication guards, Flux-based panel shells, Vite entrypoints, and generator commands. The consuming Laravel app or starter kit owns login pages, user models, dashboards, and app-specific Livewire components.

Quick Start
-----------

[](#quick-start)

Install the package:

```
composer require zdearo/livewire-panels
```

Create a panel:

```
php artisan make:panel admin
```

Create a panel with a custom shell class:

```
php artisan make:panel admin --shell
```

Documentation
-------------

[](#documentation)

The full usage guide lives in [docs/getting-started.md](docs/getting-started.md).

It covers:

- installation;
- panel providers;
- pages and page groups;
- navigation groups and navigation modes;
- panel shell customization;
- authentication and login routes;
- the `Panels` facade;
- CSS and Vite setup;
- Laravel Boost guidelines.

Laravel Boost
-------------

[](#laravel-boost)

This package ships Laravel Boost guidelines at [resources/boost/guidelines/core.blade.php](resources/boost/guidelines/core.blade.php). Consuming apps that use Laravel Boost can load these guidelines when running:

```
php artisan boost:install
```

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

[](#development)

Run the full package validation suite:

```
composer test
```

This runs Rector dry-run, Pint, PHPStan, and Pest with coverage.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance97

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

13

Last Release

22d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/110416695?v=4)[Adryel Zanetti Dearo](/maintainers/zdearo)[@zdearo](https://github.com/zdearo)

---

Top Contributors

[![zdearo](https://avatars.githubusercontent.com/u/110416695?v=4)](https://github.com/zdearo "zdearo (54 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zdearo-livewire-panels/health.svg)

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

###  Alternatives

[laravel/pulse

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

1.7k14.1M120](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76318.2M110](/packages/laravel-mcp)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k17.6M507](/packages/laravel-boost)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

719160.4k12](/packages/tallstackui-tallstackui)[laravel/ai

The official AI SDK for Laravel.

9782.1M153](/packages/laravel-ai)

PHPackages © 2026

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