You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may i know if this plugin compatible with Laravel 7?
I have this error whenever I try to get the row data.
$post = Post::where('id', $id)->first();
Illuminate\Database\QueryException
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'posts.' in 'where clause' (SQL: select * from posts where id = 1 and posts.`` != 2 limit 1)
The text was updated successfully, but these errors were encountered:
Hi,
may i know if this plugin compatible with Laravel 7?
I have this error whenever I try to get the row data.
Illuminate\Database\QueryException
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'posts.' in 'where clause' (SQL: select * from
posts
whereid
= 1 andposts
.`` != 2 limit 1)The text was updated successfully, but these errors were encountered: