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

ActiveLibrary[Admin Panels](/categories/admin)

websecret/panel
===============

Admin panel

2.0.10(9y ago)31.8k1[1 PRs](https://github.com/websecret/panel/pulls)MITJavaScriptPHP &gt;=5.4.0

Since Dec 23Pushed 9y ago8 watchersCompare

[ Source](https://github.com/websecret/panel)[ Packagist](https://packagist.org/packages/websecret/panel)[ RSS](/packages/websecret-panel/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (22)Used By (0)

Laravel 5 admin panel template
==============================

[](#laravel-5-admin-panel-template)

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

[](#installation)

This package is very easy to set up. There are only couple of steps.

Composer
--------

[](#composer)

Pull this package in through Composer (file composer.json).

```
{
    "require": {
        "websecret/panel": "dev-master"
    }
}

```

Run this command inside your terminal.

```
composer update

```

Service Provider
----------------

[](#service-provider)

Add the package to your application service providers in config/app.php file.

```
'providers' => [
    Websecret\Panel\PanelServiceProvider::class,
    Spatie\Glide\GlideServiceProvider::class,
],

'aliases' => [
    'FormHelper' => Websecret\Panel\FormHelperFacade::class,
    'GlideImage' => Spatie\Glide\GlideImageFacade::class,
],

```

Views, Assets, Models
---------------------

[](#views-assets-models)

Publish the package views and assets to your application. Run these commands inside your terminal.

```
php artisan vendor:publish --provider="Websecret\Panel\PanelServiceProvider" --tag=config
php artisan vendor:publish --provider="Websecret\Panel\PanelServiceProvider" --tag=migrations
php artisan vendor:publish --provider="Websecret\Panel\PanelServiceProvider" --tag=models
php artisan vendor:publish --provider="Websecret\Panel\PanelServiceProvider" --tag=commands
php artisan vendor:publish --provider="Websecret\Panel\PanelServiceProvider" --tag=views
php artisan vendor:publish --provider="Websecret\Panel\PanelServiceProvider" --tag=assets
php artisan vendor:publish --provider="Spatie\Glide\GlideServiceProvider"

```

Use `--force` to overwrite files

Usage
=====

[](#usage)

Helpers.js
----------

[](#helpersjs)

Classes
-------

[](#classes)

`.js_panel_form-ajax` - forms will be submited by AJAX. U can use `.js_panel_form-ajax-redirect` to redirect on repsonse data.link page

`.js_panel_delete` - attach prompt (y/n) popup on delete action. U can use `js_panel_delete-table-row` or `data-delete`. Default deleting parent element

`.js_panel_input-date` - use for init [bootsrap datepicker](https://bootstrap-datepicker.readthedocs.org/) on input

`.js_panel_input-time` - use for init [bootstrap timicker](http://jdewit.github.io/bootstrap-timepicker/) on input

`.js_panel_input-mask` - use for init mask on input via input `data-mask` attribute

`.js_panel_input-phone` - working same as .js\_panel\_input-mask. Mask is '+375 (99) 999-99-99'

`.js_panel_input-chosen` - use it on selects to init [chosen](https://harvesthq.github.io/chosen/)

`.js_panel_input-select2` - use it on selects to init

`.js_panel_input-redactor` - use it to init [redactor.js](https://imperavi.com/redactor/) wysiwyg

`.js_panel_datatable` - use it to init [Datatables](https://www.datatables.net/). Use `data-datatable-order` ('asc', 'desc', false) on `thead th` to set column order. Use `data-datatable-search` (true, false) on `thead th` to set column searching.

Functions
---------

[](#functions)

`showNotification(text, title, type)`

Events
------

[](#events)

`panel-form-ajax-submitted`

`panel-form-ajax-error`

`panel-form-ajax-success`

`panel-multiple-added`

`panel-multiple-removed`

`panel-addable-exists-click`

Helpers.less
------------

[](#helpersless)

`.td-actions` - set row min width and remove text wrap

`.mb-5` - `.mb-25` - use to add margin-bottom

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~27 days

Recently: every ~52 days

Total

21

Last Release

3307d ago

Major Versions

1.1.0 → 2.0.02016-07-12

1.2.1 → 2.0.22016-08-02

1.2.3 → 2.0.32016-09-22

1.1.x-dev → 2.0.102017-06-13

### Community

Maintainers

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

---

Top Contributors

[![blaxxi](https://avatars.githubusercontent.com/u/3585723?v=4)](https://github.com/blaxxi "blaxxi (10 commits)")[![n7olkachev](https://avatars.githubusercontent.com/u/3993345?v=4)](https://github.com/n7olkachev "n7olkachev (5 commits)")[![nedba](https://avatars.githubusercontent.com/u/16411175?v=4)](https://github.com/nedba "nedba (1 commits)")

---

Tags

panel

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M149](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

58170.8k13](/packages/api-platform-laravel)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M176](/packages/intervention-image-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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