I'm using laragon and I created a new project but using the command "laravel new blog". However when I access "blog.test" I access the root folder instead of the project. To access the project is necessary to access "http://blog.test/blog/public/". Do you know what configuration is necessary to do so access the project only with "blog.test?
Thank you.
Index of /
blog/
node_modules/
package-lock.json
blog2/
However I am not following your question. Just setup laravel correctly and point to public as document root and laravel has correct url's out oft the box. Just suggestion.
Also what server are you using, apache and nginx have different setups. I use both, but I downloaded nginx and php direct.