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 084

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.1 2025-05-22 20:32 UTC

This package is auto-updated.

Last update: 2026-02-22 22:19:26 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"