In this guide, you will learn how to configure Laravel to send emails using your Gmail account using a Laravel Mailable and the Mail facade.
Series: Google Integration
In this tutorial we'll show you how to add Google reCAPTCHA v3 to a simple contact form in Laravel. By following the step-by-step instructions provided, you'll be able to protect your forms from bot...
How to Add Google Analytics 4 (GA4) Tracking Code to Laravel
If you want to add Google Analytics 4 tracking to your application without a package, this guide is for you. In 6 easy steps you can set up GA4 in your project.
In this tutorial, I'll walk you through integrating adding Google Authenticator 2FA to a Laravel login flow using Jetstream authentication scaffolding.