Nova Video
  • 🏁Getting Started
    • Introduction
    • Installation
    • Support Us
    • License
  • 🚀Usage
    • Basic Usage
    • Usage with Larupload
    • Notes
  • ⚙️Advanced Usage
    • Video Metadata
    • Rest API Usage (Larupload)
    • Video Field Options
      • Make
      • Store With Larupload
      • Player Mode
      • Player Type
      • Direction (dir)
      • Max Height
      • Hide Cover Uploader
    • Configuration
      • UI
        • Player
          • Type
          • Direction (dir)
          • Max Height
      • Cover Uploader
      • Player Mode
  • ⚪Other
    • Demo
Powered by GitBook
On this page
  • Base features
  • Additional features with Larupload
Edit on GitHub
  1. Getting Started

Introduction

NextInstallation

Last updated 1 year ago

Uploading and Displaying Videos in Laravel Nova

This package is an extended version of the built-in Nova file field, designed to simplify the process of uploading local video files and displaying them within the Nova panel.

You don't require any additional packages to utilize the NovaVideo field. However, if you desire more advanced features, we recommend complementing it with Larupload.

Base features

  • Upload videos

  • Display videos using the HTML5/Vidstack video player

  • Delete videos

  • Replace(Update) videos

  • Download videos

  • Localization

  • Configurable

Additional features with Larupload

  • Attach a poster to video files

  • Extract video metadata such as duration, width, height, and dominant color

  • Ability to resize/crop photos and videos

  • Ability to create HTTP Live Streaming (HLS) from video sources

🏁