Stars: 118
Forks: 32
Pull Requests: 30
Issues: 0
Watchers: 22
Last Updated: 2023-03-11 14:11:49
Customizations for Adminer, the best database management tool written in PHP.
License:
Languages: CSS, PHP, JavaScript
Customizations for Adminer, the best database management tool written in PHP.
composer require dg/adminer-custom
Create file index.php
somewhere in your document root, for example in subdirectory adminer/
:
<?php
touch(__DIR__ . '/adminer.css');
require __DIR__ . '/../../vendor/dg/adminer-custom/index.php'; // CHECK THAT THIS PATH IS CORRECT
And then navigate your browser to this directory (i.e. http://localhost/adminer
).
If you want to login automatically (use that for non-public environment only, e.g. localhost), you can do that by setting environment variables ADMINER_SERVER
, ADMINER_USERNAME
and ADMINER_PASSWORD
. If you want to be automatically redirected to https, set ADMINER_HTTPS_REDIRECT
environment variable to true
.
tab
for autocomplete