Create a timeline Mirroring your models or add standalone events
composer require convenia/timeliner
php artisan vendor:publish --tag="checklistable"
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'
$timelineService->createFromData();
Checklistable is open-sourced software licensed under the MIT license