tanjemark/nova-vimeo-field
最新稳定版本:1.0.3
Composer 安装命令:
composer require tanjemark/nova-vimeo-field
包简介
A Laravel Nova field.
README 文档
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.
统计信息
- 总下载量: 36.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-28
