The error says ""'C:\Program\wkhtmltopdf\bin' is not recognized as an internal or external command". So that makes me thing it wants more than just a path.
On the github page for barryvdh/laravel-snapy has this example,
'binary' => base_path('vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),
Do you have a program named "wkhtmltopdf-amd64" in the "C:\Program\wkhtmltopdf\bin" folder ?
Maybe try, "C:\Program\wkhtmltopdf\bin\wkhtmltopdf-amd64" maybe ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community