They will not let me enter the Laravel website

0

You see, now it turns out that I get to enter the laravel page and they ask me to create a user, with their name and password.

I create my user account and try to login, but I get this.

How do I fix it?

By the way, this is the data in the env file:

APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:Tku47SsmOzOPUH206Lk6xgWpCeXUtNuBBQarsFT0kos=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=persona
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

Another thing, now I find that my account was lost, but when I do it again, I get this:

It seems that they already admit me, but nothing special happens for now. I think you have to connect to a phpmyadmin database and display the data in a table.

    
asked by Miguel Alparez 21.01.2018 в 17:34
source

0 answers