C# Email Validation using Laravel 11 DNS Validation

Snippet

November 2024

Email Validation using Laravel 11 DNS Validation

Most of the Laravel developers use the default email validation service provided by Laravel. And it does its job to some extent.

C# Setup Daily Emails using Laravel 11

Snippet

November 2024

Setup Daily Emails using Laravel 11

In this tutorial, we will learn how to set up fully functional daily emails using Laravel and schedule to send emails daily.

C# Laravel 11 Get ID of Inserted Model

Snippet

November 2024

Laravel 11 Get ID of Inserted Model

While developing a web app, you might need to get the ID of the last inserted data to assign to another model.