Thumbnail icon indicating copy to clipboard operation
Thumbnail copied to clipboard

Non-static method Lakshmaji\Thumbnail\Thumbnail::getThumbnail() should not be called staticall

Open faisal-lodhi opened this issue 4 years ago • 1 comments

I have follow each and every step while installing this package. i have also run

php artisan vendor:publish

it generated the "thumbnail.php" file in app/config.

i have also inlcuded FFMPEG configuration in .env file

FFMPEG_BINARIES=true FFMPEG=/usr/bin/ffmpeg FFPROBE=/usr/bin/ffprobe FFMPEG_TIMEOUT=3600 FFMPEG_THREADS=12

by doing all these , getThumbanil() method isn't working. can you please guide me ?

i am using:

"php": ">=5.6.4", "laravel/framework": "5.3.*",

faisal-lodhi avatar Mar 21 '20 09:03 faisal-lodhi

Can you give the links to a repository with minimal steps to reproduce the issue.

lakshmaji avatar Mar 23 '20 08:03 lakshmaji