laravel-admin-ext/media-player 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

laravel-admin-ext/media-player

最新稳定版本:v1.1

Composer 安装命令:

composer require laravel-admin-ext/media-player

包简介

Intergrates mediaelement into laravel-admin

README 文档

README

This extension allows you to play video or audio on grid pages and show pages with the help of mediaelement.

中文介绍

Screenshots

wx20181114-010912

wx20181114-011037

Installation

composer require laravel-admin-ext/media-player php artisan vendor:publish --tag=laravel-admin-media-player

Usage

If you have a field foo that stores the full url of the audio/video file, or the path under the disk configured by admin.upload.disk, you can use it in the following way.

In the grid page:

// Add a play button to the current field column. After clicking it will open a modal to play the video file. $grid->foo()->video(); // Add an audio player to the current field column $grid->foo()->audio();

In show page:

// This field will be displayed as a video player $show->foo()->video(); // this field will be displayed as an audio player $show->foo()->audio();

If the field foo is another path or a file path under another server, you can use the following settings.

$grid->foo()->video(['server' => 'http:www.foo.com/']);

This player feature of this extension is based on mediaelement and can be referenced API and Configuration Add more settings to the player.

For example, set the size of the player:

$grid->foo()->video(['videoWidth' => 720, 'videoHeight' => 480]);

Donate

If you feel that this project has saved you time, you may wish to support it ;)

-1

License

Licensed under The MIT License (MIT).

统计信息

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

GitHub 信息

  • Stars: 31
  • Watchers: 1
  • Forks: 10
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固