dev-master
9999999-devA wrapper for the Adminer Database admin
MIT
The Requires
by Leo Sjöberg
A wrapper for the Adminer Database admin
A Laravel 5 wrapper for Adminer. Adminer is a database management tool contained within a single PHP file written by Jakub Vrana, and is a great replacement for PhpMyAdmin., (*1)
This package was inspired by Miroc's Laravel-Adminer package, and aims to address one major shortcoming. Namely, this package has a built-in artisan command to fetch the latest adminer file, so that you can always stay up to date, without this package needing to be updated., (*2)
To install the library, first pull it in through Composer:, (*3)
composer require phroggyy/laravel-adminer dev-master
Then simply register the service provider in the providers
array in config/app.php
, (*4)
Phroggyy\LaravelAdminer\AdminerServiceProvider::class,
To get started with using Adminer, simply run, (*5)
php artisan adminer:latest
to fetch the latest version of Adminer. the /adminer
route has already been registered for you., (*6)
A wrapper for the Adminer Database admin
MIT