PHPackages                             26b/laravel-dynamic-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. [Admin Panels](/categories/admin)
4. /
5. 26b/laravel-dynamic-panels

ActiveLibrary[Admin Panels](/categories/admin)

26b/laravel-dynamic-panels
==========================

Laravel package to create dynamic panels

02.1kPHP

Since Jan 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/26B/laravel-dynamic-panels)[ Packagist](https://packagist.org/packages/26b/laravel-dynamic-panels)[ RSS](/packages/26b-laravel-dynamic-panels/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Dynamic Panels
======================

[](#laravel-dynamic-panels)

Provides an area on your website to display panels dynamically.

Currently supports:

- Random panel loading.
- Manual panel changing.
- Timer based panel changing.

Requires:

- Livewire
- AlpineJS

Getting started
---------------

[](#getting-started)

Require the package

```
composer require 26b/laravel-dynamic-panels

```

Usage
-----

[](#usage)

Create as many livewire components as you want, where you overload the method `getPanels()` with a list of the panels you want to display.

```
namespace App\Livewire\DynamicPanels;

use TwentySixB\LaravelDynamicPanels\Livewire\PanelContainer;

class Container extends PanelContainer
{

    /**
     * @inheritDoc
     *
     * @return array
     */
    public function getPanels() : array
    {
        return [
            'livewire:profile-completion-panel',
            'did-you-know',
            'app-install',
        ];
    }
}
```

Next, on your blade view, call the livewire component.

```

```

Customizing
-----------

[](#customizing)

Publish the configuration file should you need to customise it.

```
php artisan vendor:publish --tag=dynamic-panels-views

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![csrui](https://avatars.githubusercontent.com/u/205312?v=4)](https://github.com/csrui "csrui (9 commits)")

---

Tags

laravel-packagelivewire-component

### Embed Badge

![Health badge](/badges/26b-laravel-dynamic-panels/health.svg)

```
[![Health](https://phpackages.com/badges/26b-laravel-dynamic-panels/health.svg)](https://phpackages.com/packages/26b-laravel-dynamic-panels)
```

PHPackages © 2026

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