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
Edit on GitHub
  1. Advanced Usage

Configuration

Video field comes with a flexible configuration system that allows you to customize its behavior according to your specific needs.

To publish the configuration file, you can run the following artisan command:

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

This will publish the configuration file to the config/nova-video.php, and it contains various options that you can adjust to tailor the package to your requirements.

PreviousHide Cover UploaderNextUI

Last updated 1 year ago

⚙️