A simple content moderation system for your fresh Laravel Application.
- PHP 8.0 | Current
- PHP 7.4 | Current
- PHP 7.3 | Support ends 01/01/2022
- PHP 7.2 | Support ends 11/01/2021
- Laravel 8 | Current
- Laravel 7 | Support ends 01/01/2022
- Laravel 6 | Support ends 11/01/2021
- Ticketing System
- User Ban Management
- User Impersonation
It's very easy to install, just run the one liner comand line code.
composer require aujicini/laravel-moderation
This package will auto-register it's self, but if you prefer to register the service provider manually then you add this line in your config/app.php
file in the providers array.
\Aujicini\Moderation\ModerationServiceProvider::class,