Aujicini / laravel-moderation

A simple content moderation system for your fresh Laravel Application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple content moderation system for your fresh Laravel Application.

License:MIT License


Languages

Language:PHP 100.0%