bogumilkorek / laravel-vue-spa-boilerplate

Laravel 5.6 + Vue.js Single Page Application boilerplate
12 stars 4 forks source link

credentials error #1

Open NanoDev777 opened 6 years ago

NanoDev777 commented 6 years ago

apparently there is some problem in the authentication, try to enter with the username and password that you proposed and does not authenticate, register a new user and it does not work either

bogumilkorek commented 6 years ago

What is the exact error? Did you run php artisan migrate and php artisan db:seed?

NanoDev777 commented 6 years ago

clear that if everything is correct migrations, the seeders. As mentioned previously in the console I have the error of invalid credentials, and I wrote the data correctly, but I still have this error

bogumilkorek commented 6 years ago

I've uploaded configured version with generated keys etc: https://www57.zippyshare.com/v/QbDB13iA/file.html

There is db.sql file in the archive, please import it into your DB system, change database connection details in .env file, then type in terminal:

composer install && yarn install && yarn dev

Please tell me if issue still exists.