PHPackages                             dukhanin/laravel-panel - 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. dukhanin/laravel-panel

ActiveLibrary[Admin Panels](/categories/admin)

dukhanin/laravel-panel
======================

Laravel 5 panel constructor

2.0.5(7y ago)0182JavaScript

Since Oct 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dukhanin/laravel-panel)[ Packagist](https://packagist.org/packages/dukhanin/laravel-panel)[ RSS](/packages/dukhanin-laravel-panel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (37)Used By (0)

laravel-panel
=============

[](#laravel-panel)

Laravel Panel constructor

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

[](#installation)

Require this package with composer:

```
composer require dukhanin/laravel-panel
```

After updating composer, add *dukhanin/laravel-panel* and *intervention/image* packages supplying your application config with following rows

*config/app.php*

```
'providers' => [
  ...
  /*
   * Package Service Providers...
   */
  Intervention\Image\ImageServiceProvider::class,
  Dukhanin\Panel\Providers\PanelServiceProvider::class,
],

'aliases' => [
  ...
  'Image' => Intervention\Image\Facades\Image::class
]
```

Copy required package files to your application with the publish command:

```
php artisan vendor:publish --provider="Dukhanin\Panel\Providers\PanelServiceProvider"
```

Update composer autoload cache:

```
composer dump-autoload
```

Require panel routes to your web routes file

*routes/web.php*

```
require 'panel.php';
```

Running sample
--------------

[](#running-sample)

Publish sample files (they wouldnt publish with vendor:publish command without defined --tag=sample)

```
php artisan vendor:publish --provider="Dukhanin\Panel\Providers\PanelServiceProvider" --tag=sample
```

Update composer autoload cache:

```
composer dump-autoload
```

Run sample migrations and seeders

```
php artisan migrate
php artisan db:seed --class=SampleSeeder
```

Require samples routes to your web routes file

*routes/web.php*

```
require 'sample.php';
```

Go and check out */sample* url in your app for sample panels

Sample classes are located in your app directory:

```
app/Http/Controllers/
app/Sample/
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity75

Established project with proven stability

 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 ~26 days

Recently: every ~5 days

Total

35

Last Release

2590d ago

Major Versions

0.4.x-dev → 1.4.12017-03-06

1.5.0 → 2.0.02018-05-13

1.5.x-dev → 2.0.32019-03-31

PHP version history (2 changes)0.2.0.300PHP &gt;=5.5.9

1.5.0PHP ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4091440f9790036a699c1dc43ea99c0bc04b7c8ea3ab1b324391bda8bc8da799?d=identicon)[dukhanin](/maintainers/dukhanin)

---

Top Contributors

[![dukhanin](https://avatars.githubusercontent.com/u/608124?v=4)](https://github.com/dukhanin "dukhanin (234 commits)")

---

Tags

laravellistformadminListspanel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dukhanin-laravel-panel/health.svg)

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

PHPackages © 2026

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