定制 mayakhan719/filament-audio-column 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mayakhan719/filament-audio-column

最新稳定版本:v1.2.7

Composer 安装命令:

composer require mayakhan719/filament-audio-column

包简介

A Filament plugin that provides an AudioColumn for playing audio files in tables.

README 文档

README

A Filament Table Column for playing audio files.

Installation

You can install the package via composer:

composer require mayakhan719/filament-audio-column

Usage

use Mayakhan719\Tables\Columns\AudioColumn;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            AudioColumn::make('audio'),
        ]);
}

You can also customize the column:

use Maya\Tables\Columns\AudioColumn;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            AudioColumn::make('audio')
                ->label('Podcast Episode')
                ->native(true) // ->native(false) use Player.style Audio Player 
                
        ]);
}

Screenshots

Screenshot of the audio column

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-01