rhyslees/nova-audio
最新稳定版本:3.0.0
Composer 安装命令:
composer require rhyslees/nova-audio
包简介
A Laravel Nova field.
README 文档
README
Nova audio is a simple audio player for Nova using HTML5 audio.
Installing
composer require rhyslees/nova-audio
Usage:
use RhysLees\NovaAudio\Audio; public function fields(Request $request) { return [ ... Audio::make('Audio') ->disk('public'), ... ]; }
Nova Audio extends Nova's built-in File Field so you can use the same options the come with Nova's File Field. In addition, Nova Audio has a few extra options:
/** * Preloads the audio for instant playback. */ ->preload($value = 'auto') /** * Instructs the field to autoplay the audio. */ ->autoplay($value = true) /** * Show the playback speed controls for the audio field. */ ->playbackRate($value = true)
统计信息
- 总下载量: 1.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-15