Laravel Email Change Confirmation

README.md

Laravel Email Change Confirmation

A Laravel package that provides secure email change confirmation functionality. When users attempt to change their email address, they must confirm the change via their current email address before the change takes effect.

Features

  • 🔒 Secure email changes - Users must confirm via their current email
  • 📧 Automatic email verification - Integrates with Laravel's email verification
  • 🎯 Framework agnostic - Works with any Laravel starter kit or custom application
  • âš¡ Livewire support - Built-in support for Livewire applications
  • 🔧 Highly configurable - Customize every aspect of the package
  • 🎨 Extensible - Override controllers, notifications, and services
  • 🚀 Auto-detection - Automatically detects email changes using model observers
  • 📱 Responsive emails - Beautiful, mobile-friendly confirmation emails

Related Packages

laravel-gdpr-exporter.php

Laravel GDPR Exporter

Professional Laravel package ensuring GDPR compliance through automated user data exports in JSON, CSV, XML, and HTML formats. Features Livewire components, progress tracking, email notifications, and data anonymization options. Simplifies privacy regulation compliance for European market applications and user data management.

laravel-route-label.php

Laravel Route Label

Route Label adds a simple way to assign labels to your named Laravel routes and retrieve them anywhere in your application. With the routeLabel() helper and the @routeLink Blade directive, you can easily generate navigation links, breadcrumbs, or menus without repeating strings or relying solely on translations. Labels fall back to the route name if none is defined, keeping your code clean and consistent.

laravel-rate-limiting.php

Laravel Rate Limiting

Comprehensive Laravel rate limiting solution featuring intelligent DDoS protection, exponential backoff algorithms, custom throttling rules, and real-time monitoring. Includes Blade components, API protection, brute force prevention, and performance optimization. Essential for high-traffic applications requiring robust security and stability.

laravel-blacklist.php

Laravel Blacklist

Advanced Laravel validation package providing intelligent content filtering with customizable blacklists, profanity detection, and whole-word matching algorithms. Prevents spam, inappropriate content, and system abuse while avoiding false positives. Essential for user-generated content, comments, forums, and social platforms.