0

I'm having a problem with laravel voyager I tried installing it and it says "Sorry, the page you are looking for could not be found." I watched the tutorials on youtube. I tried finding the problem and I think this is the causing it, but I can't understand what's the problem. Can anyone help me

underscore_d
  • 6,309
  • 3
  • 38
  • 64
RayD
  • 47
  • 5

1 Answers1

0

In the .env file, enter the database settings

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=mysql
DB_PASSWORD=mysql