2017 © Pedro Peláez
 

library email-validator

validation rule to validate email for Laravel

image

ctf0/email-validator

validation rule to validate email for Laravel

  • Thursday, July 19, 2018
  • by ctf0
  • Repository
  • 2 Watchers
  • 16 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

EmailValidator
Latest Stable Version Total Downloads

also check https://github.com/mailcheck/mailcheck & for vue https://github.com/ctf0/mailcheck-vue, (*1)


, (*2)

Installation

  • composer require ctf0/email-validator, (*3)

  • add the service provider to config/app.php, (*4)

    'providers' => [
        ctf0\EmailValidator\MailGunValidatorServiceProvider::class,
        // ctf0\EmailValidator\EguliasValidatorServiceProvider::class,
        // ctf0\EmailValidator\ValidatorPizzaServiceProvider::class,
    ]
    


, (*5)

Usage

  • add the rule to the validator, (*6)

    'email' => 'required|email|isValid'
    
  • add the translation keys, (*7)

    'custom' => [
        // ...
        'email' => [
            'isValid' => 'This :attribute is invalid',
        ],
    ],
    


, (*8)

Security

If you discover any security-related issues, please email ctf0-dev@protonmail.com., (*9)

The Versions

19/07 2018

dev-master

9999999-dev https://github.com/ctf0/EmailValidator

validation rule to validate email for Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel emailvalidator ctf0

17/01 2018

v1.0.2

1.0.2.0 https://github.com/ctf0/EmailValidator

validation rule to validate email for Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel emailvalidator ctf0

16/07 2017

v1.0.1

1.0.1.0 https://github.com/ctf0/EmailValidator

validation rule to validate email for Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel emailvalidator ctf0

19/06 2017

v1.0.0

1.0.0.0 https://github.com/ctf0/EmailValidator

validation rule to validate email for Laravel

  Sources   Download

MIT

The Requires

 

by Muah

emailvalidator ctf0