PHPackages                             shukaljasmin/jessadmin - 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. shukaljasmin/jessadmin

ActiveLaravel[Admin Panels](/categories/admin)

shukaljasmin/jessadmin
======================

this is admin test

v1.5(6y ago)019MITPHPPHP &gt;=7.0.0

Since Jan 11Pushed 5y agoCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Welcome jessadmin Admin Package
===============================

[](#welcome-jessadmin-admin-package)

jessadmin is a laravel package for quick admin setup in laravel..

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

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install jessadmin.

###### Step – 1

[](#step--1)

Go To Your Laravel Application Folder

###### Step – 2

[](#step--2)

go command prompt

###### Step – 3

[](#step--3)

```
composer require shukaljasmin/jessadmin
```

Go to Config\\app.php Add Following Code Providers Array And Aliases

```
    'providers' => [
        Shukaljasmin\jessadmin\JessadminServiceProvider::class,
    ],
    `aliases' => [
        'Jam' =>Shukaljasmin\jessadmin\Facades\jessadmin::class,
    ],
```

###### Step – 4

[](#step--4)

Get A List Of Registered Route Follow Command

```
php artisan route:list
```

Following Route Is Exist Or Not

```
|        | GET|HEAD | admin               |           | Shukaljasmin\jessadmin\Controllers\JessadminController@index       | web            |
|        | GET|HEAD | admin/jess_home     |           | Shukaljasmin\jessadmin\Controllers\JessadminController@home        | web,AdminCheck |
|        | GET|HEAD | admin/jess_sesstion |           | Shukaljasmin\jessadmin\Controllers\JessAdminSessionController@show | web            |
|        | POST     | admin/jesslogin     | jesslogin | Shukaljasmin\jessadmin\Controllers\JessadminController@admin_login | web            |
```

###### Step – 5

[](#step--5)

Set .env File As You Can Use Regularly

```
use Illuminate\Database\Schema\Builder;

function boot()
{
    Builder::defaultStringLength(191);
}
```

And

```
php artisan migrate:fresh
```

###### Step – 6

[](#step--6)

```
php artisan vendor:publish --tag=config
```

###### Step – 7

[](#step--7)

```
Go to file config\jessadmin.php
```

Follow Path Array Set Your Login View Path

```
'path' => [
        'login'=>'vendor/pages/login',
        'test_login'=>'vendor/pages/test_login',

    ],
```

###### Step – 8

[](#step--8)

Thank You

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

2312d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f69eb458382106afc5698de83ca578cbc45abc3ba23bdea391eddb57ba1797b?d=identicon)[Jasminshukal](/maintainers/Jasminshukal)

---

Top Contributors

[![jasminshukla](https://avatars.githubusercontent.com/u/39101720?v=4)](https://github.com/jasminshukla "jasminshukla (33 commits)")

### Embed Badge

![Health badge](/badges/shukaljasmin-jessadmin/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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