List hard projects
This project provides a simple way to list and display Laravel projects parked by Laravel Herd. The application scans directories and organizes them into a scrollable grid using PHP and Tailwind CSS.
Features:
Example:
Clone or Download the Project into the root of the Herd folder:
git clone https://github.com/dcblogdev/herd-localhost.git localhost
Then access http://localhost will show all projects found in the herd folder.
Exclude any folders from being scanned, open index.php
and add folder to the $excludes = []
array.