I have installed laravel using HERD but when i go http://127.0.0.1:8000/ to view the installation i get the below error. I have tried to use both mysql and sqlite. It seems to me as though a table has to be created but none is created during installation which is generating the error. Could anyone help me?
<code>IlluminateDatabaseQueryException
SQLSTATE[HY000]: General error: 1 no such table: sessions
(Connection: sqlite, SQL: select * from "sessions" where "id" = KfAiiHfNPAtyOCWD5xsQRCEtiF8TGwbUVXvyKfLv limit 1)
</code>
<code>IlluminateDatabaseQueryException
SQLSTATE[HY000]: General error: 1 no such table: sessions
(Connection: sqlite, SQL: select * from "sessions" where "id" = KfAiiHfNPAtyOCWD5xsQRCEtiF8TGwbUVXvyKfLv limit 1)
</code>
IlluminateDatabaseQueryException
SQLSTATE[HY000]: General error: 1 no such table: sessions
(Connection: sqlite, SQL: select * from "sessions" where "id" = KfAiiHfNPAtyOCWD5xsQRCEtiF8TGwbUVXvyKfLv limit 1)