Devilbox: Update Adminer

Created on 4 Apr 2018  路  3Comments  路  Source: cytopia/devilbox

Adminer version now is 4.3.1, I would like to update it to latest version, but seem like it cant set up through cfg path, currently I revise the setting in folder ./devilbox. I know this is not a good practice, am I missed up some correct solution to change the file adminer.XXX.php?

Most helpful comment

@LostNCG FYI:
Updated to latest version in upcoming PR (will be merged this weekend): https://github.com/cytopia/devilbox/pull/203

All 3 comments

I will add a new version soon. Are there any urgent features of the new version you rely on?

For now, you could just place the new version in: .devilbox/www/htdocs/vendor/adminer-X.Y.Z-en.php and adjust .devilbox/www/include/lib/Html.php

<?php
    'path' => '/vendor/adminer-X.Y.Z-en.php',

@cytopia not urgent case, I'm doing it like that right now, but it is not a good practice btw

@LostNCG FYI:
Updated to latest version in upcoming PR (will be merged this weekend): https://github.com/cytopia/devilbox/pull/203

Was this page helpful?
0 / 5 - 0 ratings