PHPackages                             pratiksh/adminetic - 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. pratiksh/adminetic

ActiveLibrary[Admin Panels](/categories/admin)

pratiksh/adminetic
==================

Admin Panel Starter Kit

v2.2.0(2y ago)451.7k141MITJavaScriptPHP ^7.4|^8.0

Since Jun 3Pushed 2y ago2 watchersCompare

[ Source](https://github.com/pratiksh404/adminetic)[ Packagist](https://packagist.org/packages/pratiksh/adminetic)[ Docs](https://github.com/pratiksh/adminetic)[ RSS](/packages/pratiksh-adminetic/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (10)Versions (58)Used By (1)

Adminetic Admin Panel
=====================

[](#adminetic-admin-panel)

[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/banner.png)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/banner.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3897f39d304d36e9664e01936d206499a0147acf459bbdedef7f42196c3dc2df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726174696b73682f61646d696e657469632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pratiksh/adminetic)[![Stars](https://camo.githubusercontent.com/4e17acad1b8b882dd3ebc7306e429fa67e4c6f6fd036b63f313b7724e2922aa7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f70726174696b73683430342f61646d696e65746963)](https://github.com/pratiksh404/adminetic/stargazers) [![Downloads](https://camo.githubusercontent.com/41eb46968015be5d2d1f349806e15ff6d31d174f74ad28ed8824c7196c299737/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726174696b73682f61646d696e657469632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pratiksh/adminetic) [![StyleCI](https://camo.githubusercontent.com/ced39d609113672496f1793f7b02a6f8c6cb4ebdf190e65a509cd76efca2a96d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3337323536303934322f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/372560942?branch=main) [![Build Status](https://camo.githubusercontent.com/a0648f47c76f6d44b30d9805da4632e5c5b846b9204304270305a07e66409ba4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726174696b73683430342f61646d696e657469632f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/pratiksh404/adminetic/build-status/main) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/0b0941113a0607d0b041fdd28639aa54ee80e1e9e3e2441b27a13c3c938ced14/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726174696b73683430342f61646d696e657469632f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/pratiksh404/adminetic/?branch=main) [![CodeFactor](https://camo.githubusercontent.com/8c5939026121048ebb9c885b0b10902d47e18b3407fdba07a2c74b7106594711/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f70726174696b73683430342f61646d696e657469632f6261646765)](https://www.codefactor.io/repository/github/pratiksh404/adminetic) [![License](https://camo.githubusercontent.com/f3f16d59726fdaa932d5bfdd92b0c5a45f56ac76193097cb248a35522e4237b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70726174696b73683430342f61646d696e65746963)](//packagist.org/packages/pratiksh/adminetic)

Headstart your project with adminetic admin panel with single command.

For detailed documentaion visit [Adminetic Documentation](https://pratikdai404.gitbook.io/adminetic/)

#### Contains : -

[](#contains---)

- CRUD Scaffold Generator
- ACL Generator(BREAD Control)
- Super Admin Generator
- Repo Pattern Generator
- API Scaffold Generator
- User Management
- Role and Permission Management
- Activity Management
- Auth Management
- Setting Management
- Preference Management
- Theme Customization
- Plugin Extensions

Installation Via Adminetic CLI
------------------------------

[](#installation-via-adminetic-cli)

Make sure to install adminetic cli

```
composer global require adminetic/cli

```

Make sure that you have created database named same as ur `project_name`

```
adminetic new project_name

```

All your setup process will be automated.

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

[](#installation)

You can install the package via composer:

```
composer require pratiksh/adminetic
```

Add AdmineticUser Trait. In your user model,

```
use Pratiksh\Adminetic\Traits\AdmineticUser;
class User extends Authenticatable
{
    use AdmineticUser;
    ....
}
```

Install Adminetic

```
php artisan install:adminetic
```

Migrate Database

```
php artisan migrate
```

Import Data

```
php artisan adminetic:dummy
```

Note: If we enable migrate\_wth\_dummy in adminetic config file dummy data are seeded on migration. Then above command can be avoided.

Use adminetic auth route. In web.php paste following

```
Route::admineticAuth();
```

This allows you to have necessary login credential

> Admin Credential email : password: admin123

Notice
------

[](#notice)

Stay tuned for futher documentaion.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Pratik Shrestha](https://github.com/pratiksh)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

### Admin Panel Screenshot

[](#admin-panel-screenshot)

[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/webcapture.jpeg)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/webcapture.jpeg)[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/dashboard.jpg)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/dashboard.jpg)[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/profile.jpg)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/profile.jpg)[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/bread.jpg)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/bread.jpg)[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/role.jpg)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/role.jpg)[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/activity.jpg)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/activity.jpg)[![Adminetic](https://github.com/pratiksh404/adminetic/raw/main/payload/static/documentation/login.jpg)](https://github.com/pratiksh404/adminetic/blob/main/payload/static/documentation/login.jpg)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 85.4% 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 ~20 days

Recently: every ~74 days

Total

52

Last Release

791d ago

Major Versions

v1.9.1 → v2.0.02023-03-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/001849cfcd496d28474179bde8e510e82ea2ff8b32291d2ac8fc905a754512e0?d=identicon)[pratiksh404](/maintainers/pratiksh404)

---

Top Contributors

[![pratiksh404](https://avatars.githubusercontent.com/u/40533219?v=4)](https://github.com/pratiksh404 "pratiksh404 (182 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (27 commits)")[![cmanish049](https://avatars.githubusercontent.com/u/4180846?v=4)](https://github.com/cmanish049 "cmanish049 (1 commits)")[![code-factor](https://avatars.githubusercontent.com/u/13309880?v=4)](https://github.com/code-factor "code-factor (1 commits)")[![lgtm-migrator](https://avatars.githubusercontent.com/u/116650770?v=4)](https://github.com/lgtm-migrator "lgtm-migrator (1 commits)")[![sujan-sht](https://avatars.githubusercontent.com/u/41070166?v=4)](https://github.com/sujan-sht "sujan-sht (1 commits)")

---

Tags

acl-generatorcrud-generatorlaravel-admin-panellaravel-adminpanellaravel-packagemodule-patternrole-managementuser-managementpratikshadminetic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pratiksh-adminetic/health.svg)

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[eveseat/web

SeAT Web Interface

2623.5k158](/packages/eveseat-web)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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