Skip to content
New issue

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

/usr/local/bin/wkhtmltopdf not found #521

Open
yogeshGroony opened this issue Oct 27, 2023 · 1 comment
Open

/usr/local/bin/wkhtmltopdf not found #521

yogeshGroony opened this issue Oct 27, 2023 · 1 comment

Comments

@yogeshGroony
Copy link

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
@IgorDePaula
Copy link

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"

And configure like option 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants