Error installing barryvdh / laravel-dompdf Laravel

0

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

    
asked by Juan Osio 20.11.2018 в 23:59
source

0 answers