You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using media-library to handle video uploads in my application. So the model ABC.php implements the Interface and uses the InteractsWithMedia trait. I have also defined a conversion to generate thumbnails and banners of the videos uploaded. I am testing the video upload in my feature tests. I want to disable the conversions in testing environment because it is unable to find ffprobe in testing env. Can anyone help me in the case that how to disable media conversions of a model in testing environment?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using media-library to handle video uploads in my application. So the model
ABC.php
implements the Interface and uses theInteractsWithMedia
trait. I have also defined a conversion to generate thumbnails and banners of the videos uploaded. I am testing the video upload in my feature tests. I want to disable the conversions in testing environment because it is unable to find ffprobe in testing env. Can anyone help me in the case that how to disable media conversions of a model in testing environment?Beta Was this translation helpful? Give feedback.
All reactions