icekristal/laravel-track-history

Laravel Track History

v2.0.0 2024-03-07 08:16 UTC

This package is auto-updated.

Last update: 2024-04-07 08:30:33 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"