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

Ara's avatar
Level 3

Laravel Excel

Hey guys,

I am using Laravel Excel (https://github.com/Maatwebsite/Laravel-Excel) and I got 3 problems with it.

First off, when I try to export the file as csv, I only get the first sheet but not the others.

Second, when I try to export it as PDF, I get the following error: Constant DOMPDF_ENABLE_AUTOLOAD already defined I use the DOMPDF elsewhere on the site (not Laravel Excel, but DomPDF) and it works just fine...

Thirdly, when I try it on my server with ssl certificate, I get this error: :#20 ErrorException: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify faile` Locally it works just fine...

Thanks, Ara

0 likes
1 reply

Please or to participate in this conversation.