- Sanity test: Load
/adminer
route, verify tables, change some data etc.
- Download new Adminer file, English-only version.
- Prefix
adm_
toview()
,cookie()
andredirect()
functions. Preferably use your IDE to do it safely. - Update adminer-with-plugins.php with the new adminer filename
- Add the required plugin inside
src/plugins/
directory - Add an entry for the plugin in
$plugins
array insrc/adminer-with-plugins.php
file:
$plugins = [
// specify enabled plugins here
new AdminerTablesFilter,
];