2017 © Pedro Peláez
 

library mailboxlayer-laravel

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

image

bagf/mailboxlayer-laravel

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

  • Monday, February 13, 2017
  • by bagf
  • Repository
  • 0 Watchers
  • 0 Stars
  • 254 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

mailboxlayer-laravel

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API, (*1)

Installation

composer require bagf/mailboxlayer-laravel

Add this service provider to your Laravel 5 app providers array in config/app.php, (*2)

        Bagf\Mailboxlayer\ServiceProvider::class,

Add these configuration values to config/services.php, (*3)

    'mailboxlayer' => [
        'https' => true,
        'access_key' => env('MAILBOXLAYER'),
    ],

You can then set your access key in the .env file, (*4)

MAILBOXLAYER="KEY_GOES_HERE"

Add these two translations to your validation language file in resources/lang/en/validation.php, (*5)

    'mailboxlayer'         => 'The :attribute is not valid. :suggestion',
    'mailboxlayer_suggest'  => 'Did you mean :email?',

The Versions

13/02 2017

dev-master

9999999-dev

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

  Sources   Download

Unlicense

The Requires

 

13/02 2017

0.0.3

0.0.3.0

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

  Sources   Download

Unlicense

The Requires

 

26/01 2017

0.0.2

0.0.2.0

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

  Sources   Download

Unlicense

The Requires

 

21/01 2017

0.0.1

0.0.1.0

Adds Laravel 5 validation rule for checking e-mail addresses using the mailboxlayer API

  Sources   Download

Unlicense

The Requires