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

Can you explain better? Where and how exactly are you getting this?

0

I'm getting the same error. I updated the framework today from 5.5.20 to 5.5.22 using composer update.

A couple of hours later I wanted to rollback my migrations and did

php artisan migrate:rollback

which worked. However after that the framework completely broke. Now I'm getting the following:

In Connection.php line 664:

  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'homestead.pages'
   doesn't exist (SQL: select * from `pages`)


In Connection.php line 326:

  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'homestead.pages'
   doesn't exist

...no matter what I do, I get it if I run

php artisan
composer update
composer dump-autoload
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Tofayal tofayal12 Joined 27 Nov 2017

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.