Devise\Pages\Fields\Handlers
Classes
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
This class should be registered in a service provider
for PagesServiceProvider. It is called anytime a
field with type "image" is updated. We do this so we
can hook into the updated event and then create media
versions and thumbnails for this image field
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