2017 © Pedro Peláez
 

library adminer

adminer for laravel 4

image

yaro/adminer

adminer for laravel 4

  • Friday, May 18, 2018
  • by Cherry Pie
  • Repository
  • 1 Watchers
  • 2 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Adminer for Laravel 4

Official adminer website., (*1)

Installation

Add dependency to composer.json:, (*2)

"require": {
    "yaro/adminer": "0.*"
}

Add to app/config/app.php:, (*3)

'providers' => array(
//...
    'Yaro\Adminer\AdminerServiceProvider',
//...
),

Then run commands:, (*4)

$ php artisan asset:publish yaro/adminer
$ php artisan config:publish yaro/adminer

Config description

is_active - activate/disable adminerbr/ path - request uri for adminer panelbr/ version - which version to usebr/ theme - optional css themebr/, (*5)

The Versions

18/05 2018

dev-master

9999999-dev

adminer for laravel 4

  Sources   Download

MIT

The Requires

 

16/02 2015

0.1

0.1.0.0

adminer for laravel 4

  Sources   Download

MIT

The Requires