Skip to content

valkedev/nova-vimeo-field

 
 

Repository files navigation

Nova Vimeo Field

Vimeo player

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require tanjemark/nova-vimeo-field

Usage

use Tanjemark\Fields\Vimeo;

Vimeo::make('Vimeo field name'),

The field extends the base Laravel\Nova\Fields\Field, so all the usual methods are available.

Options

With meta

use Tanjemark\Fields\Vimeo;

Vimeo::make('Vimeo field name')
    ->withMeta([
        'options' => [
            'width' => 640,
            'height' => 360,
        ]
    ]);

License

The MIT License (MIT). Please see License File for more information.

About

Simple Laravel Nova Vimeo field.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 58.2%
  • PHP 29.9%
  • JavaScript 11.5%
  • SCSS 0.4%