Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

archi_23's avatar

laravel dompdf

How can I check whether a laravel barryvdh dompdf package is installed on my project?

0 likes
2 replies
RayC's avatar

Check the composer.json file or

composer show

// or use the package name
composer show barryvdh/laravel-dompdf
1 like
basiltap's avatar

Just check it in the composer.json file

1 like

Please or to participate in this conversation.