class AudioFieldUpdated

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, $Encoder = null, Framework $Framework)

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 27
__construct(MediaPaths $MediaPaths, $Encoder = null, Framework $Framework)

Construct a new VideoFieldUpdated instance

Parameters

MediaPaths $MediaPaths
$Encoder
Framework $Framework

at line 41
array handle(Field $field, array $input)

This is called anytime after we update a video field in devise

Parameters

Field $field
array $input

Return Value

array