Base table or view not found

I have successfully hosted my site but can’t access data from database. It gives different errors based on different PHP version.
PHP 7.1 and 7.2 :
SQLSTATE[42S02]: Base table or view not found
PHP 7.0 :
Parse error : syntax error, unexpected ‘?’, expecting variable (T_VARIABLE) in /storage/ssd1/416/10539416/vendor/zendframework/zend-diactoros/src/functions/marshal_uri_from_sapi.php on line 83
PHP 5.6:
Warning : Unsupported declare ‘strict_types’ in /storage/ssd1/416/10539416/vendor/zendframework/zend-diactoros/src/functions/create_uploaded_file.php on line 8

Parse error : syntax error, unexpected ‘:’, expecting ‘{’ in /storage/ssd1/416/10539416/vendor/zendframework/zend-diactoros/src/functions/create_uploaded_file.php on line 19
PHP <=5.6 also shows different types of error

Sounds like you should keep it on 7.1 or to investigate what your base table is set to and why it can’t see it
Try the laravel support forums