You can create virtual host that refers to the public path of your laravel project
Or you can use laragon as local server just like wamp , it will create auto virtual host for you.
As example, you have projet in the folder
C://laragon/www/projrct1
Then the laragon will create one virtual host for project1
And you can easily run this projects by typing
"project1.dev" in the address bar of your browser
But if you don't want to use laragon as local server you can also create virtual host that can refer to the public folder of your laravel app
You can follow these instructions:
https://john-dugan.com/wamp-vhost-setup/
localhost/laravel/public?