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)
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)