I solved my problem.
One line was missing into bootstrap/app.php
to add a new class_alias for Elibyy\TCPDF\Facades\TCPDF
to PDF
:
class_alias('Elibyy\TCPDF\Facades\TCPDF', 'PDF');
Thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community