logo

Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

AdminerEvo - 基于网页的数据库管理界面

06/09/2025, by Ivan

今天,我在本地环境中将 PHP 更新到了 8.3 版本,在 Adminer 中遇到了这个错误:

Trying to access array offset on null

我使用 Adminer 已经 10 年了,但现在 Adminer 项目似乎被遗弃了。即使有修复问题的 pull request,它也已经半年没有任何动静:

https://github.com/vrana/adminer/pull/484

很遗憾,Adminer 项目已经“死掉”了。但对我们所有人来说好消息是,我发现了一些爱好者 fork 了 Adminer,并继续维护这个单文件 PHP MySQL 客户端。这个项目叫做 AdminerEvo:

https://docs.adminerevo.org/

下载 AdminerEvo
AdminerEvo 下载页面

  

AdminerEvo 是 PhpMyAdmin 的替代品。它包含了 PhpMyAdmin 对数据库进行 CRUD 操作所需的所有基本功能:

AdminerEvo 过滤功能
AdminerEvo 中的过滤功能

 

所以你只需下载一个 PHP 文件,把它重命名为 index.php,并放在单独的虚拟主机中。我在本地环境中使用 adminer.local:

AdminerEvo 登录
AdminerEvo 登录

 

这样你就不需要再下载大量的 PhpMyAdmin 文件了。