2017 © Pedro Peláez
 

library laravel-adminer

A wrapper for the Adminer Database admin

image

phroggyy/laravel-adminer

A wrapper for the Adminer Database admin

  • Monday, December 28, 2015
  • by phroggyy
  • Repository
  • 2 Watchers
  • 4 Stars
  • 140 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Laravel Adminer

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)

Installation

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,

Getting Started

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)

The Versions

28/12 2015

dev-master

9999999-dev

A wrapper for the Adminer Database admin

  Sources   Download

MIT

The Requires

 

by Leo Sjöberg