From 8019b9ae4d3c65a8df101c8b43736010d05daaa7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 19 Mar 2025 05:14:41 +0100 Subject: [PATCH] Autoloaded plugins: Drivers work too --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8086d42..079f297d 100644 --- a/README.md +++ b/README.md @@ -28,18 +28,19 @@ If downloaded from Git then run: `git submodule update --init` ## Plugins There are [several plugins](plugins/) distributed with Adminer and there are also many user-contributed plugins linked from https://www.adminer.org/plugins/. -To use a plugin, simply upload it to `adminer-plugins/` next to `adminer.php`. +To use a plugin, simply upload it to `adminer-plugins/` next to `adminer.php`. You can also upload plugins for drivers (e.g. `elastic.php`) here. ``` - adminer.php - adminer-plugins/ - dump-xml.php - login-password-less.php + - elastic.php - ... - adminer-plugins.php ``` -Some plugins require configuration. To use them, create file `adminer-plugins.php`. You can also specify loading order here. +Some plugins require configuration. To use them, create a file `adminer-plugins.php`. You can also specify the loading order here. ```php