icekristal/laravel-track-history

Laravel Track History

2.1 2025-05-22 20:32 UTC

This package is auto-updated.

Last update: 2025-05-22 20:35:56 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"