“SQLState [42S02] Lumen” Code-Antworten

SQLState [42S02] Lumen

You need to define the table name in model as shown below.
class User extends Model
{
    //
    public $table = "products";
}
Ankur

SQLState [42S02]: Basistabelle oder Ansicht nicht gefunden: 1146 Tabletten

It seems Laravel is trying to use category_posts table (because of many-to-many relationship). But you don't have this table, because you've created category_post table. Change name of the table to category_posts.
Famous Frog

Basistabelle oder Ansicht nicht gefunden: 1146 Tabelle

class Cotizacion extends Model{
    public $table = "cotizacion";
Comfortable Crane

Ähnliche Antworten wie “SQLState [42S02] Lumen”

Fragen ähnlich wie “SQLState [42S02] Lumen”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen