Installation
Last updated
Last updated
PHP 8.1 or higher
Laravel 9.* or higher
Nova 4
GD or Imagick
FFMPEG (required for larupload usage)
\
After publishing stubs, essential Image
, Video
, Audio
and File
classes will be created in the app/Models
and app/Nova/Resources
directories respectively. These classes are used for the media-picker
in the CKEditor field.
You should create a disk in config/filesystems.php
:
This package utilizes for video handling, allowing you to choose between and Laravel's built-in file system for managing the upload process.
If you have chosen Larupload, there is no need to make any changes to the videos migration file. You can refer to the and documentations for additional configuration options.
If you have chosen Larupload, there is no need to make any changes to the Video
model. You can refer to the and documentations for additional configuration options.