Friday, March 3, 2017

[SOLVED]In Laravel Table Not Found On Server Project

I have made a project locally and it works fine but problem is that when i uploaded it to server then
 QueryException in Connection.php line 647:
 SQLSTATE[42S02]: Base table or view not found:
1146 Table 'coinATM.insertNewDatas' doesn't exist

error message given . I have import all table to server database . Has there any solution ?


via arif hasnat

Advertisement