laravel-moderation
laravel-moderation copied to clipboard
A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
Hello I am maintaining a project that uses this library for moderation, and on some of our content we like to filter by 'Approved', 'Pending' , 'Rejected', and 'Postponed'. We...
hi @hootlex I have encountered this error. ``` "message": "Undefined index: column", "exception": "ErrorException", "file": "...\\vendor\\hootlex\\laravel-moderation\\src\\ModerationScope.php", "line": 404, ``` In ModerationScope.php are you sure always has attribute in $where array...
If you don't have time to maintain this I do not mind maintaining this package.
How to remove the defaut goobal scope, i want to use the query method when i need to
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...
hi hootlex.. can i make a fork of the package to use a moderatable morph relationship. i believe it will be much more refactored if we adopted that approach?
How to enable editing the post in pending status or how to made a role edit and see pending post ?
It seems if a model is rejected it can not be updated or I'm getting it wrong. Anyone with an idea how to solve this, thanks in advanced