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

Last updated