treconyl/activity-history

A Package Activity History

Maintainers

Package info

github.com/treconyl/activity-history

pkg:composer/treconyl/activity-history

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2024-07-24 16:09 UTC

This package is auto-updated.

Last update: 2026-03-29 01:23:30 UTC


README

Install

php artisan vendor:publish --provider="Treconyl\ActivityHistory\ActivityHistoryServiceProvider" --tag=config
php artisan vendor:publish --provider="Treconyl\ActivityHistory\ActivityHistoryServiceProvider" --tag=models
or
php artisan vendor:publish --provider="Treconyl\ActivityHistory\ActivityHistoryServiceProvider"

php artisan migrate
or
php artisan migrate --path=/database/migrations/0000_00_00_000000_create_activity_history_table.php