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

ActiveLibrary[Admin Panels](/categories/admin)

pinaki/laravel-admin-panel
==========================

An admin panel package for Laravel.

1.1(6y ago)00MITPHP

Since Jun 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pinaki630/laravel-admin-panel)[ Packagist](https://packagist.org/packages/pinaki/laravel-admin-panel)[ Docs](https://github.com/pinaki630/laravel-admin-panel)[ RSS](/packages/pinaki-laravel-admin-panel/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

**Package no longer maintained**

Please consider Laravel AJAX CRUD instead:

---

Laravel Admin Panel
-------------------

[](#laravel-admin-panel)

Laravel Admin Panel ("LAP") is a drop-in admin panel package for Laravel which promotes rapid scaffolding &amp; development.

- [Demo](https://lap.kjjdion.com/admin)
- [Screenshots](https://imgur.com/a/12mGWNW)
- [Documentation](https://lap.kjjdion.com/docs)
- [GitHub](https://github.com/kjjdion/laravel-admin-panel)

Features:

- CRUD generator
- Demo mode
- Roles &amp; permissions
- Laravel auth integration
- User timezones (automatically set on login)
- Dynamic model fillables (using database table columns)
- Activity logs
- Settings (stored in database)
- Fully responsive (looks great on desktop &amp; mobile)
- AJAX form validation
- Documentation CRUD
- &amp; much more

Packages used:

- [Laravel 5.7](https://laravel.com/)
- [Laravel Datatables](https://github.com/yajra/laravel-datatables)
- [Laravel Nestedset](https://github.com/lazychaser/laravel-nestedset)
- [Parsedown](http://parsedown.org/)

Assets used:

- Custom admin panel layout (inspired by [Nova](https://nova.laravel.com))
- [Bootstrap 4](https://getbootstrap.com)
- [Datatables](https://datatables.net) (with some tweaks for a better UX)
- [FontAwesome 5](https://fontawesome.com)

### Installation

[](#installation)

Require via composer:

```
composer require kjjdion/laravel-admin-panel

```

Publish install files:

```
php artisan vendor:publish --provider="Kjjdion\LaravelAdminPanel\LapServiceProvider" --tag="install"

```

This will create the following files:

```
config/lap.php
public/lap/*.*
resources/views/vendor/lap/*.*
app/Http/Controllers/Admin/BackendController.php

```

Add the `AdminUser`, `DynamicFillable`, and `UserTimezone` traits to your `User` model:

```
use Kjjdion\LaravelAdminPanel\Traits\AdminUser;
use Kjjdion\LaravelAdminPanel\Traits\DynamicFillable;
use Kjjdion\LaravelAdminPanel\Traits\UserTimezone;

class User extends Authenticatable
{
    use Notifiable, AdminUser, DynamicFillable, UserTimezone;

```

Run the migrations:

```
php artisan migrate

```

### Logging In

[](#logging-in)

Visit `(APP_URL)/admin` to access the admin panel.

The default admin login is:

```
Email Address: admin@example.com
Password: admin123

```

### Digging Deeper

[](#digging-deeper)

Please see the [documentation](https://lap.kjjdion.com/docs) for more information.

### Contributing

[](#contributing)

- [Buy me a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NWJGV49MPZZSQ&source=url)
- [Submit a pull request](https://github.com/kjjdion/laravel-admin-panel/pulls)

### Support

[](#support)

Please use [GitHub issues](https://github.com/kjjdion/laravel-admin-panel/issues) for support.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2

Last Release

2203d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67179115?v=4)[pinaki630](/maintainers/pinaki630)[@pinaki630](https://github.com/pinaki630)

---

Top Contributors

[![pinaki630](https://avatars.githubusercontent.com/u/67179115?v=4)](https://github.com/pinaki630 "pinaki630 (3 commits)")

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[eveseat/web

SeAT Web Interface

2623.5k156](/packages/eveseat-web)[nasirkhan/module-manager

Module Manager &amp; Generator for Laravel Starter Kit (https://github.com/nasirkhan/laravel-starter)

1044.6k5](/packages/nasirkhan-module-manager)

PHPackages © 2026

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