You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Any issues with PDF rendering itself that are not directly related to this package, should be reported on https://github.com/dompdf/dompdf instead. When having doubts, please try to reproduce the issue with just dompdf.
If you believe this is an actual issue with the latest version of laravel-dompdf, please reply to this issue so we can investigate further.
Thank you for your contribution! Apologies for any delayed response on our side.
I am using Laravel 5.1
After adding
"barryvdh/laravel-dompdf": "^0.6.1" in my composer.json
and executing
composer update
this is the error that appear:
[error] 780#780: *3247 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class view does not exist' in /home/vagrant/web/api.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:741
Stack trace:
#0 /home/vagrant/web/api.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(741): ReflectionClass->__construct('view')
#1 /home/vagrant/web/api.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(631): Illuminate\Container\Container->build('view', Array)
#2 /home/vagrant/web/api.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(674): Illuminate\Container\Container->make('view', Array)
#3 /home/vagrant/web/api.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1163): Illuminate\Foundation\Application->make('Illuminate\Cont...')
#4 /home/vagrant/web/api.com/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php(144): Illuminate\Conta...
Any Help please !!!
The text was updated successfully, but these errors were encountered: