All notable changes to laravel-blocker
will be documented in this file
- Laravel 10 support
- Created cache store implementation of BlockedIpStore facade.
- Set BlockedIpStoreCache as default BlockedIpStore.
- Moved database store to repository
- Bugfix : type casting in middleware
- initial release
- Service Provider
- Configuration
- Malicious URL matcher (
LaravelBlocker
facade) - Malicious User Agents matcher
- Middleware that blocks users that visit a malicious URL or have a malicious user agent
- Exceptions
- Database storage of blocked IPs
- README