convenia/timeliner
Basic Overview
Create a timeline Mirroring your models or add standalone events
Install
composer require convenia/timeliner
publish and register
php artisan vendor:publish --tag="checklistable"
Usage
configure your mirroring models
use Timelinable;
public $mirrorableFormat = [
'event-name' = [
'fields' => [
'field' => 'somefunction|function',
'category' => 'category_name|static',
'date' => 'created_at'
],
'tags' => [
'something|static',
'model_field',
'model.relation_field'
],
'pinned' => 'model_field',
'category' => 'model.relation_field'
Or add event manually
$timelineService->createFromData();
License
Checklistable is open-sourced software licensed under the MIT license
Related Packages
alizharb/filament-activity-log
A security-first audit control center for Filament v4 and v5 with tenant isolati...
129,592
31
lara-zeus/activity-timeline
Add timelines to custom pages or infolist entries effortlessly. Plus, it teams u...
31,369
10
johannesschobel/laravel-userhistory
Provide the possibility to log every operation a user did.
565
10
muhammadsadeeq/laravel-activitylog-ui
A beautiful, modern UI for Spatie's Activity Log with advanced filtering, analyt...
26,501
195
theavuthnhel/filament-activity-timeline
Add timelines to custom pages or infolist entries effortlessly. Plus, it teams u...
581
3