torann / moderate
A simple moderation system for Laravel.
Installs: 1 235
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.9
- illuminate/cache: ~5.1
- illuminate/support: ~5.1
Suggests
- illuminate/database: Allows for storing blacklist in the database
README
A simple moderation system for Laravel 5.
Official Documentation
Documentation for the package can be found on Lyften.com.
Laravel 4
For Laravel 4 Installation see version 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.