video-thumbnail
video-thumbnail copied to clipboard
Laravel package for generating thumbnails from videos
local.ERROR: Class "App\Http\Controllers\VideoThumbnail" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"App\\Http\\Controllers\\VideoThumbnail\" not found at /app/Http/Controllers/MainController.php:316)
I am working with laravel 5.8 and try to generate a video thumbnail and get this error regularly. I have run php artisan config:clear and composer dumpautoload but I am...
public function postVideo(Request $request) { $this->validate($request, [ 'topic_img' => 'required', ]); $video_name = ""; if ($request->hasFile('topic_img')) { $destination = 'public/videos/'; $storageUrl = 'public/images/'; $video = $request->file('topic_img'); $video_name = \Carbon\Carbon::now()->timestamp ....
problems with install to laravel 6 ``` Problem 1 - Installation request for pawlox/video-thumbnail ^1.0 -> satisfiable by paw lox/video-thumbnail[v1.0.3]. - Can only install one of: monolog/monolog[2.0.2, 1.x-dev]. - Can...