-2

I have just installed Laravel Backpack admin panel using composer and artisan.

It's installed successfully but now i am trying to access it using localhost/myprojectname/public/admin and it's returning 404 error page.

enter image description here Can anyone help what is the reason?

Imran Qamer
  • 2,253
  • 3
  • 29
  • 52

1 Answers1

0

Check your .htaccess file if u r on apache, or redirect settings. Should not be /public in path.

Sly04
  • 1