Download the PHP package charlgottschalk/laravel-aware without Composer
On this page you can find all versions of the php package charlgottschalk/laravel-aware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download charlgottschalk/laravel-aware
More information about charlgottschalk/laravel-aware
Files in charlgottschalk/laravel-aware
Package laravel-aware
Short Description A simple auditing package to keep track of your Eloquent model changes
License MIT
Homepage https://github.com/CharlGottschalk/laravel-aware
Informations about the package laravel-aware
Aware tracks changes to Eloquent models.
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:
Run the installation command:
Run the migrations to create the necessary database tables:
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.
All versions of laravel-aware with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0