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
  • Requirements:
  • Installation
Edit on GitHub
  1. Getting Started

Installation

Requirements:

  • PHP 8.1 or higher

  • Laravel 10.4.1 or higher

  • Nova 4

  • FFMPEG (optional)

FFMPEG is required if you wish to use additional features with Larupload.


Installation

1. Install the package using composer

composer require mostafaznv/nova-video

2. Publish the configuration file

php artisan vendor:publish --provider="Mostafaznv\NovaVideo\VideoFieldServiceProvider"

3. That's it, Done

PreviousIntroductionNextSupport Us

Last updated 1 year ago

🏁