Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

SQLSTATE[42S02] lumen

You need to define the table name in model as shown below.
class User extends Model
{
    //
    public $table = "products";
}
 
PREVIOUS NEXT
Tagged: #lumen
ADD COMMENT
Topic
Name
5+3 =