icekristal/laravel-track-history

Laravel Track History

Maintainers

Package info

github.com/icekristal/laravel-track-history

pkg:composer/icekristal/laravel-track-history

Statistics

Installs: 2 962

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.2.0 2026-05-01 15:22 UTC

This package is auto-updated.

Last update: 2026-05-01 15:23:42 UTC


README

install:

composer require icekristal/laravel-track-history

migration:

php artisan vendor:publish --provider="Icekristal\LaravelTrackHistory\TrackHistoryServiceProvider" --tag="migrations"

config:

php artisan vendor:publish --provider="Icekristal\LaravelTrackHistory\TrackHistoryServiceProvider" --tag="config"