build dashboard fronted & config wkhtmltopdf

This commit is contained in:
Linksehat Staging Server
2023-04-28 16:16:12 +07:00
parent 91be43263a
commit aefddcbff2
84 changed files with 52 additions and 1111 deletions

View File

@@ -35,7 +35,7 @@ return [
'pdf' => [
'enabled' => true,
'binary' => env('WKHTML_PDF_BINARY', '/usr/local/bin/wkhtmltopdf'),
'binary' => env('WKHTML_PDF_BINARY', base_path('vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64')),
'timeout' => false,
'options' => [],
'env' => [],
@@ -43,7 +43,7 @@ return [
'image' => [
'enabled' => true,
'binary' => env('WKHTML_IMG_BINARY', '/usr/local/bin/wkhtmltoimage'),
'binary' => env('WKHTML_IMG_BINARY', base_path('vendor/h4cc/wkhtmltoimage-amd64/bin/wkhtmltoimage-amd64')),
'timeout' => false,
'options' => [],
'env' => [],