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
To resolve above issue I had to replace the command given in readme
cp vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 /usr/local/bin/
with following one
cp vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 /usr/local/bin/wkhtmltopdf
The text was updated successfully, but these errors were encountered:
To resolve above issue I had to replace the command given in readme cp vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 /usr/local/bin/ with following one cp vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 /usr/local/bin/wkhtmltopdf
This is for vagrant users.
But here chose the option 2.
Publish the config file: bash php artisan vendor:publish --provider="Barryvdh\Snappy\ServiceProvider"
bash php artisan vendor:publish --provider="Barryvdh\Snappy\ServiceProvider"
And configure like option 1
Sorry, something went wrong.
No branches or pull requests
To resolve above issue I had to replace the command given in readme
with following one
The text was updated successfully, but these errors were encountered: