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

ActiveLibrary[Admin Panels](/categories/admin)

kjjdion/laravel-admin-panel
===========================

An admin panel package for Laravel.

1.0.5(7y ago)8199222[2 issues](https://github.com/kjjdion/laravel-admin-panel/issues)MITPHPCI failing

Since Dec 5Pushed 6y ago2 watchersCompare

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

READMEChangelogDependencies (5)Versions (7)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

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

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

Total

6

Last Release

2657d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6dbdf0adc5b88f1cdfeabbd82f02837ed538a3f83a28c344e019d8a5b3199684?d=identicon)[kejodion](/maintainers/kejodion)

---

Top Contributors

[![kejodion](https://avatars.githubusercontent.com/u/45115279?v=4)](https://github.com/kejodion "kejodion (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravelrus/sleepingowl

Administrative interface builder for Laravel.

810219.6k3](/packages/laravelrus-sleepingowl)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[provision/administration

Laravel administration

113.7k2](/packages/provision-administration)

PHPackages © 2026

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