]> git.joonet.de Git - adminer.git/commitdiff
Autoloaded plugins: Drivers work too
authorJakub Vrana <jakub@vrana.cz>
Wed, 19 Mar 2025 04:14:41 +0000 (05:14 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Mar 2025 04:14:41 +0000 (05:14 +0100)
README.md

index b8086d42a20f38415b276c1e3990a130d7ffb23e..079f297d8e67e30abae5234531b4a1779a80e239 100644 (file)
--- 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
 <?php // adminer-plugins.php