A dashboard to be used as a root page for php/localhost servers, giving some shortcuts and useful tools for developers.
- Projects listing
- Project filtering
- PHP info shortcut
- PHP.ini file viewing and editing
- Built-in adminer (a better replacement for phpmyadmin)
- Clone project into localhost root directory
- Create a index.php file
- Put this in index.php:
<?php require_once 'php-dashboard/index.php';It is all !!!
