PHPackages                             sabbottlabs/laravel-adminerneo - 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. [Database &amp; ORM](/categories/database)
4. /
5. sabbottlabs/laravel-adminerneo

ActiveLibrary[Database &amp; ORM](/categories/database)

sabbottlabs/laravel-adminerneo
==============================

Laravel integration for AdminerNeo v5, a modern database management tool

v1.0.4(1y ago)162Apache-2.0PHP ^8.2

Since Feb 6Compare

[ Source](https://github.com/sabbottlabs/laravel-adminerneo)[ Packagist](https://packagist.org/packages/sabbottlabs/laravel-adminerneo)[ Docs](https://github.com/sabbottlabs/laravel-adminerneo)[ RSS](/packages/sabbottlabs-laravel-adminerneo/feed)WikiDiscussions Synced 1mo ago

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

Laravel AdminerNeo
==================

[](#laravel-adminerneo)

Laravel integration for AdminerNeo v5, a modern database management tool.

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

[](#installation)

1. Install via Composer:

```
composer require sabbottlabs/laravel-adminerneo
```

2. Publish assets:

```
php artisan vendor:publish --tag=adminerneo
```

3. Register Middleware in `bootstrap/app.php`:

```
->withMiddleware(function (Middleware $middleware) {
    $middleware->alias([
        'adminerneo' => \SabbottLabs\AdminerNeo\Http\Middleware\AdminerNeoMiddleware::class,
    ]);
})
```

4. Add environment variables (optional):

```
ADMINERNEO_ENABLED=true
ADMINERNEO_ROUTE_PREFIX=adminerneo
```

Updating
--------

[](#updating)

After updating the package via Composer, you should republish the assets:

```
# Republish only assets
php artisan vendor:publish --tag=adminerneo-assets --force

# Republish everything (including config)
php artisan vendor:publish --tag=adminerneo --force
```

> **Note**: The --force flag will overwrite existing files. Make sure to backup any customizations. Make sure to:
>
> - Backup any customizations
> - Save any custom plugins you want to keep
> - Note that some plugins may be incompatible with newer versions

### Plugin Management

[](#plugin-management)

The update process automatically removes old plugins to prevent compatibility issues. If you have custom plugins:

1. Back them up before updating
2. Test compatibility with the new version
3. Reinstall only compatible plugins after update

Content Security Policy (CSP)
-----------------------------

[](#content-security-policy-csp)

AdminerNeo requires specific CSP headers to function properly. The package sets these by default, but you may need to adjust them if:

- You have existing CSP middleware
- You see browser console warnings
- You need to customize security policies

> **Note**: Browser console may show CSP warnings due to 'strict-dynamic' and nonce usage. These warnings are expected and don't affect functionality.

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

[](#configuration)

See `config/adminerneo.php` for all configuration options.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance43

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

5

Last Release

458d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08529eab0b4337e47a2c87810727601c56f9faf62ffa35f5f5889dda295fc9f7?d=identicon)[sabbott1](/maintainers/sabbott1)

---

Top Contributors

[![sjabbott78](https://avatars.githubusercontent.com/u/6479162?v=4)](https://github.com/sjabbott78 "sjabbott78 (25 commits)")

---

Tags

databasemysqlsqlitepgsqlmssqlmanagementlaravel11adminerneo

### Embed Badge

![Health badge](/badges/sabbottlabs-laravel-adminerneo/health.svg)

```
[![Health](https://phpackages.com/badges/sabbottlabs-laravel-adminerneo/health.svg)](https://phpackages.com/packages/sabbottlabs-laravel-adminerneo)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[onecentlin/laravel-adminer

Laravel Adminer Database Manager

260491.1k3](/packages/onecentlin-laravel-adminer)[dg/adminer-custom

Customization for Adminer, the best database management tool written in PHP.

134765.7k16](/packages/dg-adminer-custom)[cycle/database

DBAL, schema introspection, migration and pagination

64690.9k31](/packages/cycle-database)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

101.6k](/packages/ramadan-easy-model)[chillerlan/php-database

An extensible database wrapper and query builder.

431.2k2](/packages/chillerlan-php-database)

PHPackages © 2026

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