PHPackages                             safarjaisur/adminpanel - 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. safarjaisur/adminpanel

ActiveLibrary[Admin Panels](/categories/admin)

safarjaisur/adminpanel
======================

A modern, extensible admin panel package for Laravel 12 — Dashboard, BREAD builder, RBAC, Database Manager, Menu Builder, Media Manager, Settings, Backups and more.

03↓100%

Since Jul 6Compare

[ Source](https://github.com/shreenologyinfotech/sj-adminpanel)[ Packagist](https://packagist.org/packages/safarjaisur/adminpanel)[ RSS](/packages/safarjaisur-adminpanel/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Safarjaisur AdminPanel
======================

[](#safarjaisur-adminpanel)

A modern, extensible admin panel package for **Laravel 12** / **PHP 8.2+**, built from scratch with SOLID principles, the Repository pattern, and a Service layer — inspired by the feature set of Voyager, but with an entirely original architecture, codebase, and UI (converted from the Axelit Bootstrap 5 admin template).

Features
--------

[](#features)

- Dashboard with pluggable widgets, stats and system status
- Isolated `sjadmin` auth guard (never collides with your app's own auth)
- Role-based access control (Roles, Permissions, Policies, Middleware, Gate integration)
- User management (CRUD, avatar, status, soft deletes, search)
- BREAD builder (Browse / Read / Edit / Add / Delete) generated from any DB table
- Database Manager (list tables, drop tables — migration/model generation hooks included)
- Menu Builder (DB-driven sidebar, nested items, icons, permissions, ordering)
- Media Manager (folders, upload, delete — local or S3 via the configured disk)
- Settings Manager (grouped key/value settings: site, SEO, mail, etc.)
- Dark mode toggle, RTL-ready layout, fully responsive
- Artisan generators: `make:safarjaisur-module`, `make:safarjaisur-widget`, `make:safarjaisur-bread`, `make:safarjaisur-menu`, `make:safarjaisur-setting`, `make:safarjaisur-permission`

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

[](#installation)

```
composer require safarjaisur/adminpanel
php artisan safarjaisuradmin:install
```

The installer will publish config, assets, views and language files, run migrations, seed a default administrator, roles, permissions, the sidebar menu and default settings, and create the storage symlink.

### Default login

[](#default-login)

FieldValueURL`/admin` (configurable via `sjadminpanel.route.prefix`)Email`admin@example.com`Password`password`**Change this password immediately in production.**

Local development (path repository)
-----------------------------------

[](#local-development-path-repository)

If you're developing this package alongside a Laravel app rather than pulling it from Packagist, add a path repository to the host application's `composer.json`:

```
{
    "repositories": [
        { "type": "path", "url": "packages/safarjaisur/adminpanel" }
    ],
    "require": {
        "safarjaisur/adminpanel": "@dev"
    }
}
```

Then run:

```
composer require safarjaisur/adminpanel:@dev
php artisan safarjaisuradmin:install
```

Configuration
-------------

[](#configuration)

Publish and edit `config/sjadminpanel.php` to change the route prefix, middleware, theme, storage disk, pagination, and default admin credentials:

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

Extending
---------

[](#extending)

Register additional dashboard widgets, BREAD definitions, or menu items from your own `AppServiceProvider`:

```
use Safarjaisur\AdminPanel\Facades\AdminPanel;

AdminPanel::registerWidget(\App\AdminWidgets\SalesWidget::class);
AdminPanel::registerBread('products', [...]);
```

Requirements
------------

[](#requirements)

- PHP ^8.2
- Laravel ^12.0

Credits
-------

[](#credits)

UI converted from the Axelit HTML admin template into original Blade components, layouts and partials. No Voyager code, views, controllers, or migrations were copied — only general feature concepts were used as inspiration, re-implemented with a new architecture.

License
-------

[](#license)

MIT

###  Health Score

10

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3213007?v=4)[Sagar Jaisur](/maintainers/safarjaisur)[@safarjaisur](https://github.com/safarjaisur)

### Embed Badge

![Health badge](/badges/safarjaisur-adminpanel/health.svg)

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

###  Alternatives

[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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