motomedialab/simple-laravel-audit
Full Changelog: https://github.com/motomedialab/simple-laravel-audit/compare/v2.0.0...2.1.0
Previously, the application only captured the acting user ID of the default authorisation guard.
Now, it will capture based on the 'default' driver for the given request. The guard responsible is also recorded in the database.
This has been tagged as a major release as there are breaking changes.
If you have changed your default user fetcher (defined in simple-auditor.user_id_fetcher), this method will now need to return a Motomedialab\SimpleLaravelAudit\Data\GuardData instance. This instance retrieves the guard name and user ID.
Full Changelog: https://github.com/motomedialab/simple-laravel-audit/compare/v1.3.0...v1.3.1
Full Changelog: https://github.com/motomedialab/simple-laravel-audit/compare/v1.2.0...v1.2.1
Thanks to @timmydhooghe for addressing a couple of typos!
How can I help you explore Laravel packages today?