Jeremiah John Boateng
Results
1
issues of
Jeremiah John Boateng
Hello, I am trying to generate a thumbnail with this code ``` $path = $request->media->store($mediaPath); // generate thumbnail $videoPath = storage_path('app/public/').$path; $thumbnailPath = storage_path('app/public/'); $thumbnailImage = now()->timestamp.".jpg"; $time_to_image = 1;...