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 - web-based database management interface

09/06/2024, by Ivan

To

day, I updated PHP on my local environment to 8.3 version and got this error in Adminer:

Trying to access array offset on null

I used adminer for 10 years and now Adminer project looks abandoned. Even it has pull request to fix the problem, there is no life for a half of year:

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

Unfortunatelly, but Adminer project is dead. But, good for all of us, I found enthusiasts, who forked Adminer and continue to support single PHP file mysql client. This project is called AdminerEvo:

https://docs.adminerevo.org/

Download AdminerEvo
Download page for AdminerEvo

  

AdminerEvo is a replacement for PhpMyAdmin. It contains all basic features, which PhpMyAdmin does for CRUD operations with database:

Filtering in AdminerEvo
Filtering in AdminerEvo

 

So you download single PHP file, rename it to index.php and put it in separate virtual host. I use adminer.local on my local environment:

AdminerEvo login
AdminerEvo login

 

And you don't need to download a lot of PhpMyAdmin files anymore.