I've update to Laravel 8 and when I go to laravelproject.test, instead of having the homepage I get the root directory with all the files and folder. To get the homepage, i have to add /public to the URL, so it's not automatic anymore.
How can I fix this?