artificertech / laravel-hosted-videos
用于在 Laravel 中利用第三方托管视频的包
v1.0-beta.2
2021-08-23 16:35 UTC
Requires
- artificertech/laravel-renderable: ^1.0-beta.3
- illuminate/support: ~7|~8
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2024-09-23 23:19:57 UTC
README
将第三方托管视频(如 YouTube 或 Vimeo)附加到您的模型中,并在您的 Laravel 应用程序中渲染它们。
最初是从 https://github.com/nWidart/laravel-videoable 分支,并受到 https://github.com/spatie/laravel-medialibrary 的启发创建的。请查看 contributing.md 以查看待办事项列表。
安装
通过 Composer
composer require artificertech/laravel-hosted-videos
用法
变更日志
请参阅 changelog 以获取有关最近更改的更多信息。
测试
composer test
贡献
请参阅 contributing.md 以获取详细信息及待办事项列表。
安全性
如果您发现任何与安全性相关的问题,请通过电子邮件发送到 cole.shirley@artificertech.com,而不是使用问题跟踪器。
致谢
许可协议
MIT。请参阅 许可文件 以获取更多信息。