media24si/nova-youtube-field
最新稳定版本:v1.0
Composer 安装命令:
composer require media24si/nova-youtube-field
包简介
A Laravel Nova Youtube field.
README 文档
README
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.
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')
统计信息
- 总下载量: 194.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04
