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

ActiveLibrary[Admin Panels](/categories/admin)

dmitryvasilevskiy/websec-panel
==============================

Admin panel

3.0.2(1y ago)0219MITJavaScriptPHP \*

Since Oct 28Pushed 1y agoCompare

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

READMEChangelog (3)Dependencies (4)Versions (4)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

27

—

LowBetter than 49% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.6% 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

3

Last Release

563d ago

### Community

Maintainers

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

---

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)")[![divasilevskiy](https://avatars.githubusercontent.com/u/248040159?v=4)](https://github.com/divasilevskiy "divasilevskiy (3 commits)")[![nedba](https://avatars.githubusercontent.com/u/16411175?v=4)](https://github.com/nedba "nedba (1 commits)")

---

Tags

panel

### Embed Badge

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

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

###  Alternatives

[laraveladminpanel/admin

A Laravel Admin Package to make your life easier and steer your project in the right direction

852.1k](/packages/laraveladminpanel-admin)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)

PHPackages © 2026

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