When I try to install barryvdh on laravel 5.4 it gives me the following error
I really do not know what I'm doing wrong, I'm just running the command: composer require barryvdh/laravel-dompdf
My composer.json is the following:
I have already tried to place: "barryvdh/laravel-dompdf": "^0.8.0"
in the composer.json and run composer update, but then when I place its respective provider and aliases, and I execute php artisan serve
it tells me that the Dompdf Class does not exist