We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.*",
The text was updated successfully, but these errors were encountered:
Can you give the links to a repository with minimal steps to reproduce the issue.
Sorry, something went wrong.
No branches or pull requests
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.*",
The text was updated successfully, but these errors were encountered: