PHPackages                             parsampsh/adminx - 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. parsampsh/adminx

ActiveLibrary[Admin Panels](/categories/admin)

parsampsh/adminx
================

Adminx is a library to create automatic admin panel for Laravel web applications

1.0(4y ago)17192MITCSSPHP ^8.0

Since Jan 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/parsampsh/adminx)[ Packagist](https://packagist.org/packages/parsampsh/adminx)[ Docs](https://github.com/parsampsh/adminx)[ RSS](/packages/parsampsh-adminx/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (4)Used By (0)

Adminx Library
==============

[](#adminx-library)

[![Latest Stable Version](https://camo.githubusercontent.com/e6f0840125f5a351125e5a21320d0e0751134f930e04f5c4036a07addb44941f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70617273616d7073682f61646d696e782e737667)](https://packagist.org/packages/parsampsh/adminx)

Adminx is a library to create and handle admin panel automaticaly in laravel applications.

Why Adminx?
-----------

[](#why-adminx)

Some of Adminx features:

- Easy to install and configure
- Secure
- Beautiful default template
- Customizable panel general information
- Adding custom pages and links to the admin panel menu
- Automatic and advanced CRUD for models with useful options
- Fully matched with your database models
- Handling 1 to n and n to n relations in database
- Custom actions for model datatable
- Handling admins activities and logs
- Customizable frontend layout
- Customizable language and localization
- RTL layout
- Several builtin themes
- Advanced permission and group handling system
- Customizable authorization
- Advanced options for model datatable
- Virtual fields for models
- Search system
- Advanced options for filtering data in datatables
- Customizable create/update forms
- Able to be used for End-User
- Matched with laravel authentication system
- Plugin system

Preview
-------

[](#preview)

[![](/doc/images/preview.png)](/doc/images/preview.png)

Authors
-------

[](#authors)

This library is written by [parsampsh](https://github.com/parsampsh).

Get started
-----------

[](#get-started)

To get started with this package, do the following steps in your laravel project:

- Add the package via composer: `$ composer require parsampsh/adminx`
- Publish public assets: `$ php artisan vendor:publish --provider="Adminx\AdminxServiceProvider"`
- Run the migrations: `$ php artisan migrate`

Then, adminx is ready to be used. create `routes/adminx.php` file and go to `app/Providers/RouteServiceProvider.php` and include that in **End of the `boot` method**:

```
// ...

include base_path('routes/adminx.php');

// ...
```

Then, write this code in `routes/adminx.php`:

```
// ...

$admin = new \Adminx\Core;

// set the admin panel configurations on $admin object

// register the admin panel
$admin->register('/admin'); // `/admin` is the route of admin panel

// ...
```

Now, run `$ php artisan optimize`, `$ php artisan serve` and goto `/admin` page. Remember that to access to the admin panel you must be logged in using the laravel auth.

Enjoy it!

Documentation
-------------

[](#documentation)

To learn how to use **Adminx**, read the documentation in [doc folder](/doc).

Contribution Guide
------------------

[](#contribution-guide)

If you want to contribute to this project, read [This Contribution Guide](/CONTRIBUTING.md)

Changelog
---------

[](#changelog)

See the changelog of Adminx versions [here](/CHANGELOG.md).

Security Policy
---------------

[](#security-policy)

See the Adminx security policy [here](/SECURITY.md).

License
-------

[](#license)

Adminx is licensed under [MIT](/LICENSE).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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

Total

3

Last Release

1521d ago

Major Versions

0.1.1 → 1.02022-03-14

PHP version history (2 changes)0.1PHP ^7.4|^8.0

1.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec5e58700f676791441df7a556b9c86dbf4d461b0c9b364732cd5c0e6fcd7788?d=identicon)[parsampsh](/maintainers/parsampsh)

---

Top Contributors

[![parsampsh](https://avatars.githubusercontent.com/u/52998087?v=4)](https://github.com/parsampsh "parsampsh (265 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/parsampsh-adminx/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)

PHPackages © 2026

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