Open faisal-lodhi opened 4 years ago
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.*",
Can you give the links to a repository with minimal steps to reproduce the issue.
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
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.*",