summaryrefslogtreecommitdiff
path: root/databases/adminer/files/adminer-plugins-example.php
blob: 61400c6dc82b87fc14a7810c8d621015f6d4be6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
 * List of all included plugins can be found at the
 * beginning of index.php
 */
return [
        new AdminerDarkSwitcher,

        new AdminerPrettyJsonColumn,

        new AdminerDumpJson,

        new AdminerDumpXml,

        // install zip extension to use this
        new AdminerDumpZip,

        // install bz2 extension to use this
        new AdminerDumpBz2,
];