Level 102
Is it in the database? Did you configure the model as explained in the docs?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I add this on UserResource to track all user activities
ActivityLogTimelineTableAction::make('Activities')
->timelineIcons([
'created' => 'heroicon-m-check-badge',
'updated' => 'heroicon-m-pencil-square',
])
->timelineIconColors([
'created' => 'info',
'updated' => 'warning',
])
->limit(10),
plugin : https://filamentphp.com/plugins/rmsramos-activitylog
but no data
Please or to participate in this conversation.