Sounds like you have set up your database.php file (or .env) with a DB_DATABASE to 'livewire'
Dec 3, 2020
5
Level 11
Base table or view not found: 1146 Table 'livewire.sessions' doesn't exist (SQL: select * from `sessions` where `id` = 3oAGmLOZ5IYz ...
I don't even know where to start ...
the error appeared at some point when I was making tests and migrations for another model
I never knew I had a table called livewire.sessions
and yes I am using livewire
Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'livewire.sessions' doesn't exist (SQL: select * from `sessions` where `id` = 3oAGmLOZ5IYztxiYFnkRiYIR4aBL6b48YUaAuI9a limit 1) http://livewiretest.test/
Please or to participate in this conversation.