Download the PHP package equipc/laravel-email-validator without Composer
On this page you can find all versions of the php package equipc/laravel-email-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download equipc/laravel-email-validator
More information about equipc/laravel-email-validator
Files in equipc/laravel-email-validator
Package laravel-email-validator
Short Description Validation rule to validate email for Laravel
License MIT
Homepage https://github.com/EquiPC/laravel-email-validator
Informations about the package laravel-email-validator
Laravel Email Validator
Validate email addresses in Laravel 7.x
Installation
-
The package could be installed via Composer
-
Publish the configuration file using the command below
- Configure your Quick Email Verification key in your
.env
file. You can retrieve this API key from the Quick Email Verification control panel.
Usage
- add the
isValidEmail
rule to the validator
Customizing the error message
If you want to modify the error message, you can publish the lang files with this command:
This will publish this file to resources/lang/vendor/emailValidator/en/validation.php
.
If you want to translate the values to, for example, French, just copy that file over to resources/lang/vendor/emailValidator/fr/validation.php
and fill in the French translations.
Sandbox mode
You can enable sandbox mode in your .env
file
All versions of laravel-email-validator with dependencies
illuminate/support Version ^8.0|^9.0|^10.0
guzzlehttp/guzzle Version ^7.2