class VideoFieldUpdated
When the video field is updated we will call this class to handle the encoding part This should be registered in the Events of laravel whenever the PagesServiceProvider starts
Methods
|
__construct(MediaPaths $MediaPaths, null $Encoder = null)
Construct a new VideoFieldUpdated instance |
||
| array |
handle(Field $field, array $input)
This is called anytime after we update a video field in devise |
Details
at line 26
public
__construct(MediaPaths $MediaPaths, null $Encoder = null)
Construct a new VideoFieldUpdated instance
at line 40
public array
handle(Field $field, array $input)
This is called anytime after we update a video field in devise