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

ActiveLibrary[Admin Panels](/categories/admin)

ddkits/admin-panel
==================

DDkits Admin Panel a full Admin panel that gives you control over Laravel as pro

1.1.12(3y ago)054[8 PRs](https://github.com/ddkits/admin-panel/pulls)MITJavaScript

Since Feb 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ddkits/admin-panel)[ Packagist](https://packagist.org/packages/ddkits/admin-panel)[ RSS](/packages/ddkits-admin-panel/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (1)Versions (30)Used By (0)

DDKits Admin Panel built to simplyfiy the User admin panel and admins on any Laravel

The Admin Dashboard using the latest moderinization design to simplyfy the process,

Features are:

1- Admin Dashboard 2- Users Management 3- Menu Management ...

The hooks of this plugin can be used in Views/Controllers and more to modify what Users can be doing what

Simple

```
Composer require ddkits/admin-panel

```

Add provider to your Config App

```
Ddkits\Adminpanel\AdminPanelServiceProvider::class,

```

In Database/Seeders after the step publish will have new seeder for roles and menus basic links, can be modified as needed.

```
php artisan vendor:publish
php artisan migrate
php artisan db:seed --class=AdminpanelSeeder // for basic roles and login

```

```
php artisan migrate

```

Examples of use:

```
@inject('menuLinks', 'Ddkits\Adminpanel\Controller\MenusController')
@inject('isAdmin', 'Ddkits\Adminpanel\Controller\AdminPanelController')
@inject('getInfo', 'Ddkits\Adminpanel\Controller\AdminPanelController')
@inject('msgsBar', 'Ddkits\Adminpanel\Controller\MsgsController')
@inject('profile', 'Ddkits\Adminpanel\Controller\ProfilesController')

```

done!

No need to worry about the DB structure of admins, will Be simple roles system to start from

Regards Sam Ayoub Powered By: [www.reallexi.com](http://www.reallexi.com)ReaLexi | The Real Word

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Recently: every ~9 days

Total

21

Last Release

1271d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d358b59d280a32c762777f66f8d83b8faa93cd0a3ca58a2ae6aa0bc829ba069c?d=identicon)[m22386@live.com](/maintainers/m22386@live.com)

---

Top Contributors

[![melayyoub](https://avatars.githubusercontent.com/u/29762752?v=4)](https://github.com/melayyoub "melayyoub (69 commits)")

### Embed Badge

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

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

###  Alternatives

[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)[exceedone/exment

Management for Product, Client, Contracts, Subscription, ...

28038.8k](/packages/exceedone-exment)[laravelrus/sleepingowl

Administrative interface builder for Laravel.

803222.7k3](/packages/laravelrus-sleepingowl)[appzcoder/laravel-admin

Laravel Admin Panel

745106.6k](/packages/appzcoder-laravel-admin)[laraveldaily/quickadmin

Package for creating adminpanel in Laravel 5

60735.1k1](/packages/laraveldaily-quickadmin)[adminarchitect/core

Active Admin for Laravel.

2115.7k](/packages/adminarchitect-core)

PHPackages © 2026

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