Skip to content

wlarch/nova-video-url-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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')