PHPackages                             ferleal/laravel-adminer - 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. ferleal/laravel-adminer

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

ferleal/laravel-adminer
=======================

Adminer (by Jakub Vrana) wrapper for Laravel 5.8+

1.0.1(6y ago)015MITPHPPHP ^7.1.3CI failing

Since Mar 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ferleal/laravel-adminer)[ Packagist](https://packagist.org/packages/ferleal/laravel-adminer)[ RSS](/packages/ferleal-laravel-adminer/feed)WikiDiscussions master Synced today

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

[![Total Downloads](https://camo.githubusercontent.com/389c8a17b13c510a52c1bf1e5655d501d04ec968a790f0e0ab4f804dca246a4a/68747470733a2f2f706f7365722e707567782e6f72672f6665726c65616c2f6c61726176656c2d61646d696e65722f646f776e6c6f616473)](https://packagist.org/packages/ferleal/laravel-adminer)[![Latest Stable Version](https://camo.githubusercontent.com/4bf3df932266605dd2e9f3972e0fe797d51ac181aa46a9e16e2404aa87213512/68747470733a2f2f706f7365722e707567782e6f72672f6665726c65616c2f6c61726176656c2d61646d696e65722f762f737461626c65)](https://packagist.org/packages/ferleal/laravel-adminer)[![License](https://camo.githubusercontent.com/1bf5f965ea08f08bd8602c666640805d8aa94ce7f8c92e8b86015272a3bef160/68747470733a2f2f706f7365722e707567782e6f72672f6665726c65616c2f6c61726176656c2d61646d696e65722f6c6963656e7365)](https://packagist.org/packages/ferleal/laravel-adminer)

Introduction
============

[](#introduction)

Laravel 5.8 + wrapper for [Adminer](https://www.adminer.org). Adminer is a fast single-file database manager/explorer tool written by Jakub Vrana. It's a great replacement for PhpMyAdmin (also supports PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB).

This package is meant to be used with Laravel as an in-built database manager/explorer. It comes with support for Adminer [plugins](https://www.adminer.org/en/plugins/) and themes, which super-charges an already powerful tool.

This package is inspired by: [miroc/Laravel-Adminer](https://github.com/miroc/Laravel-Adminer), [senaranya / laravel-adminer](https://github.com/senaranya/laravel-adminer)
and [onecentlin/laravel-adminer](https://github.com/onecentlin/laravel-adminer)

The reason to add this package is to keep it up-to-date with Adminer and add plugin support with SQLITE.

#### Database view with default theme

[](#database-view-with-default-theme)

[![Database with default theme](images/DB-Default.JPG)](images/DB-Default.JPG)

#### Table view with 'rmsoft' theme

[](#table-view-with-rmsoft-theme)

[![Table with 'rmsoft' theme](images/DB-Table-Theme.JPG)](images/DB-Table-Theme.JPG)

Plugins Included
----------------

[](#plugins-included)

#### Tables-filter

[](#tables-filter)

Adds ability to do (fuzzy) search on table names. It's especially useful when you have a large set of tables

[![tables-filter](images/table-filter-plugin.JPG)](images/table-filter-plugin.JPG)

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

[](#installation)

To use this package, run:

```
composer require ferleal/laravel-adminer

```

### To use Adminer to Laravel routes (e.g. /adminer), update `routes/web.php`:

[](#to-use-adminer-to-laravel-routes-eg-adminer-update-routeswebphp)

To autologin Adminer with Laravel default connection:

```
Route::any('adminer', '\Ferleal\Adminer\Http\Controllers\AdminerController@auto');
```

If you want to manually provide credentials on the UI instead:

```
Route::any('adminer', '\Ferleal\Adminer\Http\Controllers\AdminerController@index');
```

if you want to use sqlite you can use is it like this, just watch out to leave it open I usualy only leave it for internal ip.

```
Route::any('adminer', '\Ferleal\Adminer\Http\Controllers\AdminerController@sqlite');
```

Of course, you can add any middleware of your choice to restrict usage:

```
Route::any('adminer', '\Ferleal\Adminer\Http\Controllers\AdminerController@auto')
    ->middleware(['admin']);
```

### Disabling CSRF Middleware

[](#disabling-csrf-middleware)

Adminer doesn't work with VerifyCsrfToken middleware, so it has to be disabled on its route. In `VerifyCsrfToken.php` disable CSRF by adding adminer route to `$except` array:

```
protected $except = [
    'adminer'
];
```

### To add plugins

[](#to-add-plugins)

Adminer supports a host of [plugins](https://www.adminer.org/en/plugins/). See [CONTRIBUTING](CONTRIBUTING.md) to add a new plugin

Adminer Theme (Optional)
------------------------

[](#adminer-theme-optional)

Publish theme file (You may use the default theme without executing this action)

```
php artisan vendor:publish --provider="Ferleal\Adminer\AdminerServiceProvider"

```

You may download `adminer.css` from [Adminer](https://www.adminer.org) or create custom style, and place it into `public/vendor/adminer` folder.

### Countions

[](#countions)

Beware on leaving Adminer open on production it should used in local or behind a proxy and protected with Laravel Auth middlewares.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2237d ago

### Community

Maintainers

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

---

Top Contributors

[![ferleal](https://avatars.githubusercontent.com/u/3181966?v=4)](https://github.com/ferleal "ferleal (3 commits)")

---

Tags

databaselaravel5managementexploreradminer

### Embed Badge

![Health badge](/badges/ferleal-laravel-adminer/health.svg)

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

###  Alternatives

[onecentlin/laravel-adminer

Laravel Adminer Database Manager

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

Adminer (by Jakub Vrana) wrapper for Laravel 9+

2096.7k](/packages/aranyasen-laravel-adminer)[miroc/laravel-adminer

Adminer (by Jakub Vrana) wrapper for Laravel 5

5991.9k](/packages/miroc-laravel-adminer)[nayjest/grids

Grids for Laravel 4 &amp; Laravel 5 frameworks

200152.0k1](/packages/nayjest-grids)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

823.1k](/packages/waad-laravel-model-metadata)[maxim-oleinik/blade-migrations-laravel

An intelligent alternative version of Laravel Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing

242.3k](/packages/maxim-oleinik-blade-migrations-laravel)

PHPackages © 2026

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