sylapi/nova-timeline

A Laravel Nova resource tool.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:Vue

pkg:composer/sylapi/nova-timeline

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

This package is auto-updated.

Last update: 2025-09-25 17:23:03 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'),