hootlex / laravel-moderation

A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
MIT License
526 stars 68 forks source link

Laravel 7 #52

Open nufasalam opened 4 years ago

nufasalam commented 4 years ago

Hi,

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)