tanjemark / nova-vimeo-field
A Laravel Nova field.
Package info
github.com/tanjemark/nova-vimeo-field
Language:Vue
pkg:composer/tanjemark/nova-vimeo-field
1.0.3
2021-02-21 15:41 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2026-03-01 14:12:30 UTC
README
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.
