An open API service indexing awesome lists of open source software.

https://github.com/torann/laravel-moderate

A simple moderation system for Laravel.
https://github.com/torann/laravel-moderate

Last synced: about 2 months ago
JSON representation

A simple moderation system for Laravel.

Awesome Lists containing this project

README

        

# Moderate for Laravel

[![Latest Stable Version](https://poser.pugx.org/torann/moderate/v/stable.png)](https://packagist.org/packages/torann/moderate)
[![Total Downloads](https://poser.pugx.org/torann/moderate/downloads.png)](https://packagist.org/packages/torann/moderate)
[![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/torann)
[![Donate weekly to this project using Gratipay](https://img.shields.io/badge/gratipay-donate-yellow.svg)](https://gratipay.com/~torann)
[![Donate to this project using Flattr](https://img.shields.io/badge/flattr-donate-yellow.svg)](https://flattr.com/profile/torann)
[![Donate to this project using Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4CJA2A97NPYVU)

A simple moderation system for Laravel 5.

- [Moderate on Packagist](https://packagist.org/packages/torann/moderate)
- [Moderate on GitHub](https://github.com/torann/laravel-moderate)

## Official Documentation

Documentation for the package can be found on [Lyften.com](http://lyften.com/projects/laravel-moderate/).

## Laravel 4

For Laravel 4 Installation see [version 0.1](https://github.com/Torann/laravel-moderate/tree/0.1);

## Change Log

#### v0.2.3

- Refactor moderate trait
- Add mutator for moderated attribute

#### v0.2.2

- Simplify driver configuration

#### v0.2.1

- Better multiple locale support

#### v0.2.0

- Update to support Laravel 5
- More flexible blacklist drivers
- Add local blacklist driver
- Multiple locale support for blacklists
- Replaced homegrown caching with Laravel's

#### v0.1.1

- Add Blacklist drivers
- Namespace cleanup
- Better caching
- Timestamp management

#### v0.1.0

- First release

### License

Moderate is open-sourced software licensed under the BSD 2-Clause License.