All notable changes to Laravel Authentication Log
will be documented in this file.
- Laravel 11 Support (#100)
- Add config listeners (#92)
- Use real user IP behind Cloudflare
- Check for AuthenticationLoggable trait on event (#94)
- Added PHPDocs to allow autocompletion in IDE (#80)
- Fixes the down method for php artisan migrate:rollback (#93)
- Laravel 10 Support - #70
- Use null safe/chaining operator - #57
- Optimize Other Devices Logout Listener - #52
- Laravel 9 Support
- Added latestAuthentication relationship - #24
- Fixed issue with PHP 7.4 - #22
- Fire a successful login after a failed login on an unknown (new) device. - #15
- Make the events the package is listening for configurable in the config file
- Added French translation and missing location translations - #18
- PHP 7.4 Support
- Logout listener bug fix - #10
- Known issues section to readme
- Ability to set DB connection type - #4
- Initial Release