Looking to hire Laravel developers? Try LaraJobs

laravel-aware maintained by charlgottschalk

Description
A simple auditing package to keep track of your Eloquent model changes
Last update
2025/11/06 13:48 (dev-main)
License
Downloads
20

Comments
comments powered by Disqus

Aware tracks changes to Eloquent models.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Introduction

Aware is a simple tool that tracks changes to Eloquent models and provides a way to access the changes made to them.

It uses Laravel's built-in event system to listen for model events and records the changes made to the model's attributes by creating trackers that are dispatched with jobs.

Installation

You can install the package via composer:

composer require charlgottschalk/laravel-aware

Run the installation command:

php artisan aware:install

Run the migrations to create the necessary database tables:

php artisan migrate

You're ready to go and tracking will happen automatically.

Documentation

For more in-depth information and setup, please read the documentation.

Credits

License

The MIT License (MIT). Please see License File for more information.