Can't start Laravel, I get “Base table or view not found” error
问题 First I rolled back 2 migrations by mistake, then I ran php artisan migrate command and I got the following error: [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'exercise1.categories' doesn't exist (SQL: select * from categories where parent_id = 0) [PDOException] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'exercise1.categories' doesn't exist Then I stopped Laravel. After that when I run the php artisan serve command for starting