Customizations for Adminer, the best database management tool written in PHP.
- clean design
- visual resolution for production/development servers
- SQL autocomplete plugin
- plugin that dumps to PHP code
- plugin that saves menu scroll position
composer require dg/adminer-custom
Create file index.php
somewhere in your document root, for example in subdirectory adminer/
:
<?php
touch(__DIR__ . '/adminer.css');
require __DIR__ . '/../../vendor/dg/adminer-custom/index.php'; // CHECK THAT PATH IS CORRECT
And then navigate your browser to this directory (i.e. http://localhost/adminer
).