From c703eeea8c70df345eeee1d7acd1aa471b77b299 Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Mon, 4 Mar 2024 16:04:02 +0700 Subject: [PATCH] add dompdf json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 5d70be3..fb1f218 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "require": { "php": "^8.0.2", "anlutro/l4-settings": "^1.3", + "barryvdh/laravel-dompdf": "^2.0", "dompdf/dompdf": "^2.0", "guzzlehttp/guzzle": "^7.2", "haruncpi/laravel-id-generator": "^1.1",