Laravel – SQLSTATE[HY000]: General error: 1 no such table: tblname (Connection: sqlite, SQL: select * from "tblname")
I'm beginner in laravel; I'm trying to create an API of devices. When I try the API, it says there is no such table named devices. Any help would be appreciated.