convenia/timeliner

Make a timeline in DynamoDB, mirror your models to timnelineformat
5,950 7
Install
composer require convenia/timeliner
Latest Version:v1.1.4
PHP:>=7
License:MIT
Last Updated:Dec 1, 2017
Links: GitHub  ·  Packagist
Maintainer: euventura

               

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

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
theavuthnhel/filament-activity-timeline

Add timelines to custom pages or infolist entries effortlessly. Plus, it teams u...

581 3