Skip to content

wlarch/nova-video-url-field

Repository files navigation

Laravel Nova VideoUrl Field

Parse a Youtube or Vimeo link to show embed video player as a Nova Field.

Installation

Composer

composer require centiva/nova-video-url-field

Usage

Define the following fields in your resource in the fields method:

use Centiva\NovaVideoUrlField\VideoUrl;

...

VideoUrl::make('Url')