Add bokshorn-it/filament-activity-timeline package for enhanced audit logging functionality. Update README to reflect new key package and improve localization for audit-related terms. Remove deprecated ActivityLogResource and related pages, integrating activity timeline features into existing resources. Update models to implement ProvidesActivityTitle for better activity tracking.
This commit is contained in:
70
composer.lock
generated
70
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "be3c3ff78f2eaafd723ef2e5a6c235ca",
|
||||
"content-hash": "fe3691444d10935e9897896d11e11add",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anourvalar/eloquent-serialize",
|
||||
@@ -558,6 +558,74 @@
|
||||
],
|
||||
"time": "2026-06-30T09:44:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bokshorn-it/filament-activity-timeline",
|
||||
"version": "v1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Bokshorn-IT/filament-activity-timeline.git",
|
||||
"reference": "be5f38398c2618c4757530d1f28984c6a4d427af"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Bokshorn-IT/filament-activity-timeline/zipball/be5f38398c2618c4757530d1f28984c6a4d427af",
|
||||
"reference": "be5f38398c2618c4757530d1f28984c6a4d427af",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filament/filament": "^5.0",
|
||||
"illuminate/contracts": "^12.0|^13.0",
|
||||
"php": "^8.3",
|
||||
"spatie/laravel-activitylog": "^4.12|^5.0",
|
||||
"spatie/laravel-package-tools": "^1.92"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.27",
|
||||
"orchestra/testbench": "^10.0|^11.0",
|
||||
"pestphp/pest": "^4.0",
|
||||
"pestphp/pest-plugin-laravel": "^4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"BokshornIt\\FilamentActivityTimeline\\FilamentActivityTimelineServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"BokshornIt\\FilamentActivityTimeline\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Johannes Bokshorn",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A Filament plugin that turns spatie/laravel-activitylog into a readable audit trail: a record timeline, a filterable activity resource, and diffs that resolve enums, dates and foreign keys to human labels.",
|
||||
"homepage": "https://github.com/Bokshorn-IT/filament-activity-timeline",
|
||||
"keywords": [
|
||||
"activitylog",
|
||||
"audit-trail",
|
||||
"filament",
|
||||
"filament-plugin",
|
||||
"filamentphp",
|
||||
"laravel",
|
||||
"timeline"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Bokshorn-IT/filament-activity-timeline/issues",
|
||||
"security": "https://github.com/Bokshorn-IT/filament-activity-timeline/security/policy",
|
||||
"source": "https://github.com/Bokshorn-IT/filament-activity-timeline"
|
||||
},
|
||||
"time": "2026-07-28T23:08:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "brick/math",
|
||||
"version": "0.18.0",
|
||||
|
||||
Reference in New Issue
Block a user