Configure wkhtmltopdf binaries for Vagrant
masterIf you are using Vagrant and installed binaries via Composer, move them to a path that is not in a synced folder (like /usr/local/bin/) to prevent error 126, and make them executable.
cp vendor/h4cc/wkhtmltoimage-amd64/bin/wkhtmltoimage-amd64 /usr/local/bin/
cp vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 /usr/local/bin/
chmod +x /usr/local/bin/wkhtmltoimage-amd64
chmod +x /usr/local/bin/wkhtmltopdf-amd64