Software application for use with XAMPP localhost software. This software application will display an HTML formatted list of all projects that exist on your XAMPP localhost server.
- Colorful display
- Alternating row colors
- Projects statistics (size, accessed data, modified date, change date)
- Project navigation (project folders are links that open in new tabs)
- Download the package and extract it.
- Copy the contents of the 'src' folder into the directory containing all your project directories.
- Edit the configurations.json file as needed.
- Point your browser to your projects directory.
This script was built using PHP 8.0.1. There exists PHP elements that will not work, or will throw errors, on earlier versions of PHP.
- Create a template class and additional templates for customizable display.
- Add "Create Project" feature
- Add "Delete Project" feature
- Add "php_info()" feature
- Add mysql connection test