Cherry-Pie / adminer by Cherry Pie

adminer for laravel 4
29
2
2
Package Data
Maintainer Username: Cherry Pie
Maintainer Contact: 12fcv4@gmail.com (Yaro)
Package Create Date: 2015-02-16
Package Last Update: 2018-05-18
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 15:18:40
Package Statistics
Total Downloads: 29
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Adminer for Laravel 4

Official adminer website.

Installation

Add dependency to composer.json:

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

Add to app/config/app.php:

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

Then run commands:

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

Config description

is_active - activate/disable adminer path - request uri for adminer panel version - which version to use theme - optional css theme