Libraries tagged by track model
owen-it/laravel-auditing
36528209 Downloads
Audit changes of your Eloquent models in Laravel
always-open/laravel-model-auditlog
64041 Downloads
Tracks changes made to models and logs them to individual tables.
nabilhassen/laravel-usage-limiter
4000 Downloads
A laravel package to manage and limit usages/seats by plan, users, or other models
mozex/laravel-scout-bulk-actions
38930 Downloads
Import, flush, and queue-import all your Laravel Scout searchable models at once. Auto-discovers models, runs in bulk, tracks progress.
jordanmiguel/laravel-popular
9904 Downloads
A Laravel package to track popularity of entries(by Models) in a website at a certain time.
coreproc/laravel-wallet-plus
14864 Downloads
Easily add a virtual wallet to your Laravel models. Features multiple wallets and a ledger system to help keep track of all transactions in the wallets.
mobilestock/model-tracks-user-updates
8903 Downloads
model-tracks-user-updates is a library that updates the 'updated_by_user' column with the corresponding user id. Internally it uses the model triggers to update the column with the id of the logged user.
orisintel/laravel-model-auditlog
76984 Downloads
Tracks changes made to models and logs them to individual tables.
arkitecht/laravel-attributions
13392 Downloads
Laravel 5/6/7/8/9/10 - Track attributions (model creator / updater)
cornernote/yii-audit-module
6754 Downloads
Track and store usage information including page requests, database field changes and system errors.
asinfotrack/yii2-audittrail
27433 Downloads
Yii2-audittrail is a behavior and a set of widgets to track all modifications performed on a model
symbiote/silverstripe-datachange-tracker
23167 Downloads
Record and track changes to any dataobjects. View chages/diffs in model admin.
henryavila/email-tracking
3769 Downloads
Track e-mail delivery with Mailgun Hooks. All data are stored in the database on Email model
akira/laravel-followable
698 Downloads
A lightweight and flexible Laravel package that adds follow/unfollow functionality to Eloquent models. With an intuitive API, it allows users to follow other users, track entities, and manage relationships effortlessly.
kerattila/laravel-track-author
2027 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.