How to update thirth-party tools, like phpMyAdmin?

Hello!

How to update thirth-party tools, like phpMyAdmin?

All third party tools are in .devilbox/www/htdocs/vendor directory.

Menu creation is in .devilbox/www/include/lib/Html.php file. Have a look at private function _buildMenu().

So you can extract new version of PHPMyAdmin to the vendor directory. Copy config from older version, and put it to your new location. Rewrite _buildMenu() function ( line 396) to update path to new location.

You can fork github repository and make new pull request for it :wink:

1 Like

Thank you so much. I don’t know but for some reason, I thought there was another way :slight_smile: