sylapi/nova-timeline

A Laravel Nova resource tool.

v1.0.3 2023-08-25 12:48 UTC

This package is auto-updated.

Last update: 2024-04-25 14:10:12 UTC


README

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require sylapi/nova-timeline

Usage

Timeline::make()->relationship('histories', 'morphToMany')
                ->comment('message')
                ->color('Status.color')
                ->icon('Status.icon'),