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
527 stars 68 forks source link

Laravel 5.6 support #30

Closed AEK-BKF closed 6 years ago

AEK-BKF commented 6 years ago

Hi, Thanks for this nice package ! Does this support L5.6 ?

Thanks

stephane-monnot commented 6 years ago

Some pull requests are here (#31 #29) for php7.2 support. In the package.json, I can see "laravel/laravel": "5.*", so it's supposed to be compatible with Laravel 5.6.

Michael-Brooks commented 6 years ago

Any news on this? I would love to integrate this package, but I'm using 5.6

stephane-monnot commented 6 years ago

@hootlex ?

hootlex commented 6 years ago

Auto discovery & php 7.1/7.2 are supported in v1.1.0 via https://github.com/hootlex/laravel-moderation/pull/31