Skip to content

YuXiangYen/nova-youtube-field

 
 

Repository files navigation

Laravel Nova Youtube Field

Laravel Nova Youtube field enables to save youtube links/embeds/id DB.

This field will only save YouTube video ID to DB. It will try to parse a link to get an ID. If it can't find an ID, it will just save a value.

screenshot of the nova-youtube-field

Installation

Composer

composer require media24si/nova-youtube-field

Usage

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

use Media24si\NovaYoutubeField\Youtube;

...

Youtube::make('Video')

About

Laravel Nova Youtube Field

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 46.9%
  • Vue 40.8%
  • JavaScript 11.9%
  • SCSS 0.4%