79313194

Date: 2024-12-28 04:05:35
Score: 0.5
Natty:
Report link

in my case, I was missing require in composer.json. I managed to resolve this issue by adding this line :

"require": { 
    ...
    "barryvdh/laravel-dompdf": "0.8.*"
    ... 
}

within require scope, and run composer update.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: andre_northwind