Laravel Audit Log is a package that provides comprehensive audit logging for Laravel applications by tracking all changes to Eloquent models. It creates dedicated audit tables for each model, logs CRUD operations with old and new values, tracks change sources (HTTP, console, etc.), and identifies users responsible for changes. The package uses a simple trait-based approach and offers customizable field logging for compliance and debugging purposes.
Sort: