Skip to main content
Back to packages
247 GitHub stars

eramitgupta/laravel-disposable-email

View on GitHub

Description

Detect and block disposable email addresses with 100K+ known domains.

The most direct way to use the package is in a controller or route action:

$request->validate([
'email' => 'required|email|disposable_email',
]);

Use this when you want a quick and readable validation rule with minimal setup.

Recent Courses on Laravel Daily

Laravel 13 Starter Kit Teams and Customizations

10 lessons
33 min

Laravel 13 Eloquent: Expert Level

41 lessons
1 h 34 min

Queues in Laravel 13

18 lessons
1 h 12 min read

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.