I've just moved over from antiquated XAMPP looking for an easier solution to locally hosting my web projects.
I have Laragon up and running installed on my C: drive, but all my projects are in different directories and not in laragon/www.
For example, I might have projects in the following locations:
C:/laragon/www/project1/index.html
D:/users/me/project2/index.html
D:/users/me/documents/project3/index.html
What I would like to do is to be able to navigate to localhost in my browser and see a list of all these projects. I know this is possible with XAMPP but over complicated. How would I go about this with Laragon?