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.
- Host: GitHub
- URL: https://github.com/torann/laravel-moderate
- Owner: Torann
- License: bsd-2-clause
- Created: 2014-05-26T19:08:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T22:34:13.000Z (about 4 years ago)
- Last Synced: 2025-03-21T08:34:52.639Z (2 months ago)
- Language: PHP
- Homepage: http://lyften.com/projects/laravel-moderate
- Size: 36.1 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moderate for Laravel
[](https://packagist.org/packages/torann/moderate)
[](https://packagist.org/packages/torann/moderate)
[](https://www.patreon.com/torann)
[](https://gratipay.com/~torann)
[](https://flattr.com/profile/torann)
[](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.