Category: Laravel

Learn Laravel 10 Generate PDF and Send Email Example S...

In this tutorial, you will learn how to generate PDF and send email in Laravel 10 using dompdf and Laravel Mail facade. Follow the...

Laravel Carbon addMinutes() – Add Minutes Example

Master Laravel Carbon's addMinutes() function with this quick guide. Easily add minutes to any date or time instance using Carbon ...

Laravel Carbon Check Current Date Between Two Dates Exa...

How to check if a date is between two dates using Carbon in Laravel, with a simple example provided. This guide is applicable to L...

How to Send Mail using Gmail SMTP Server with Laravel 8

Laravel 8 Send Mail using Gmail SMTP Server