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
[NEW] NativePHP Mobile v4 with SuperNative: Mini-Course
5 lessons
18 min
Marketing for Developers in 2026
7 lessons
52 min
Practical Laravel Security: Packages, Secrets, Supply-Chain Attacks
7 lessons
43 min read