ianstudios / chronos
Time-Travel Audit Trail for Filament Ecosystem.
1.7.0
2026-02-02 15:20 UTC
Requires
- php: ^8.1
- filament/filament: ^3.0 || ^4.0 || ^5.0
- spatie/laravel-package-tools: ^1.16 || ^1.20 || ^1.92
README
Chronos is a "Time-Travel" audit trail system designed exclusively for the Filament ecosystem.
Unlike standard logging tools, Chronos provides a beautiful, visual timeline of your data. It enables administrators to view exactly who changed what and when, with a stunning timeline and side-by-side diff view (Before vs. After) directly within your resource dashboard.
✨ Features
- Visual Diffing: See exactly what changed with color-coded highlights (Red for deletions, Green for additions).
- Zero-Config Setup: Simply add a Trait to your model and an Action to your resource.
- Time-Travel UI: A sleek slide-over modal to browse history without leaving the edit page.
- Secure by Default: Automatically excludes sensitive fields like passwords and API tokens.
- User Attribution: Tracks which user (and IP address) performed the action.
- Dark Mode Support: Fully integrated with Filament's native theme.
View documentation here Chronos Full Documentations