Support the ongoing development of Laravel.io →
Authentication Database
Last updated 1 year ago.
0

If this helps at all, I was getting the error:

Illuminate \ Database \ QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.users' doesn't exist (SQL: select * from users where users.deleted_at is null and username = 'test' limit 1)

until I set 'prefix' => 'test.' in my config/database mysql settings. Found that odd because I didn't need that setting to run migrations or seed the database. (the database is called test and it definitely has a table called users with one record in it)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.