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

Moderation status helper functions #36

Closed harrygulliford closed 4 years ago

harrygulliford commented 5 years ago

Have found having functions such as these useful when generating model resources.

harrygulliford commented 5 years ago

FYI: Checks failing due to missing Laravel 5.7 dep, fixed in #37

harrygulliford commented 5 years ago

@hootlex Any feedback on this?