PHPackages                             neon/admin-ui - 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. neon/admin-ui

ActiveLibrary[Admin Panels](/categories/admin)

neon/admin-ui
=============

1.0.3(3y ago)06692MITPHPPHP ^8.1

Since Apr 11Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/elementary-interactive/neon-admin-ui)[ Packagist](https://packagist.org/packages/neon/admin-ui)[ RSS](/packages/neon-admin-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (51)Used By (2)

neon-admin
==========

[](#neon-admin)

Neon Admin UI package develop.

Install
-------

[](#install)

```
php artisan vendor:publish --provider=\"Neon\\Admin\\NeonAdminServiceProvider\"

```

### Add Policies

[](#add-policies)

In `app\Providers\AuthServiceProvider.php` you should add policies:

```
protected $policies = [
    \Neon\Admin\Models\Admin::class     => \App\Policies\AdminPolicy::class,
    \Neon\Site\Models\Site::class       => \App\Policies\SitePolicy::class,
    \Neon\Models\Menu::class            => \App\Policies\MenuPolicy::class,
    \Neon\Models\Link::class            => \App\Policies\LinkPolicy::class,
];

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance47

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 93% 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 ~12 days

Total

46

Last Release

594d ago

Major Versions

1.0.3 → 2.0.0-alpha2023-06-12

2.0.0-alpha-3 → 3.0.0-alpha-12023-06-16

2.0.0-alpha-4 → 3.0.0-alpha-32023-08-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd78b9fd7d8a7c04e631a9b5448bf8f60fa8ac304f2c05225ffa1a348ebd2f4f?d=identicon)[Elementary Interactive](/maintainers/Elementary%20Interactive)

---

Top Contributors

[![laze](https://avatars.githubusercontent.com/u/302722?v=4)](https://github.com/laze "laze (40 commits)")[![elementary-b](https://avatars.githubusercontent.com/u/33206975?v=4)](https://github.com/elementary-b "elementary-b (3 commits)")

### Embed Badge

![Health badge](/badges/neon-admin-ui/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[justbetter/laravel-magento-products-nova

Nova integration for justbetter/laravel-magento-products

1315.6k](/packages/justbetter-laravel-magento-products-nova)

PHPackages © 2026

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