Hi, I'm getting this error:
Unhandled Exception
Message:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'databasenamedb.tags' doesn't exist
SQL: SELECT * FROM `tags` WHERE `id` = ? LIMIT 1
Bindings: array (
0 => 1,
)
Location:
/home/public/bugsapp/app/laravel/database/connection.php on line 263
Hi, I'm getting this error: