79472055

Date: 2025-02-27 08:50:14
Score: 1
Natty:
Report link

What URL are you trying to access? In case of Xampp, it searches for index file in root directory. And laravel's index is present in public.

So either you need to configure apache to point public directory of your folder. Or simply try using public when accessing localhost. http://localhost/project-name/public/{route}

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Zaid Malek