Category: Laravel

0

Laravel Send Email With PDF Attachment

In Laravel, you can send emails with PDF attachments using the built-in email sending functionality and the “dompdf” package for generating PDFs. 3. In your controller, use Laravel’s built-in email sending functionality to send...

0

Laravel generate QR code

There are several ways to generate QR codes in Laravel. One way is to use a package called “Simple QrCode”. 3. In your view, display the QR code by calling the controller method You...