Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 467 Bytes

ShowViews

Adminer plugin that reverts hiding of database views in Adminer Editor.

Installation & configuration

Check how to install plugins to Adminer, it's the same for Adminer Editor.

...
$plugins = array(
    // specify enabled plugins here
    new AdminerShowViews()
);
...
// include original Adminer or Adminer Editor
include "./editor.php";