Skip to content

Aujicini/laravel-moderation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Tests - Current Run Tests - Older

Laravel Moderation

A simple content moderation system for your fresh Laravel Application.

Supported PHP Versions

  • PHP 8.0 | Current
  • PHP 7.4 | Current
  • PHP 7.3 | Support ends 01/01/2022
  • PHP 7.2 | Support ends 11/01/2021

Support Laravel Versions

  • Laravel 8 | Current
  • Laravel 7 | Support ends 01/01/2022
  • Laravel 6 | Support ends 11/01/2021

Features

  • Ticketing System
  • User Ban Management
  • User Impersonation

Installation

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,

Basic Usage