icekristal/laravel-track-history

Laravel Track History

Installs: 678

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/icekristal/laravel-track-history

2.1 2025-05-22 20:32 UTC

This package is auto-updated.

Last update: 2025-09-22 21:16:16 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"