File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- # laravel-emailVerifier
1
+ # laravel-email-validator
2
2
3
- [ ![ Latest Stable Version] ( https://poser.pugx.org/busayo/laravel-yearly/v/stable.svg )] ( https://packagist.org/packages/busayo /laravel-yearly )
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/busayo/laravel-yearly/v/stable.svg )] ( https://packagist.org/packages/unicodeveloper /laravel-email-validator )
4
4
![ ] ( https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg )
5
- [ ![ License] ( https://poser.pugx.org/busayo /laravel-yearly /license.svg )] ( LICENSE.md )
6
- [ ![ Build Status] ( https://img.shields.io/travis/busayo /laravel-yearly .svg )] ( https://travis-ci.org/busayo /laravel-yearly )
7
- [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/busayo /laravel-yearly .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/busayo /laravel-yearly )
8
- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/busayo /laravel-yearly .svg?style=flat-square )] ( https://packagist.org/packages/busayo /laravel-yearly )
5
+ [ ![ License] ( https://poser.pugx.org/unicodeveloper /laravel-email-validator /license.svg )] ( LICENSE.md )
6
+ [ ![ Build Status] ( https://img.shields.io/travis/unicodeveloper /laravel-email-validator .svg )] ( https://travis-ci.org/unicodeveloper /laravel-email-validator )
7
+ [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/unicodeveloper /laravel-email-validator .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/unicodeveloper /laravel-email-validator )
8
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/unicodeveloper /laravel-email-validator .svg?style=flat-square )] ( https://packagist.org/packages/unicodeveloper /laravel-email-validator )
9
9
10
- > Laravel 5 Package to help keep your copyright year up-to-date. Simple but insanely useful .
10
+ > Laravel 5 Package to help validate and verify your email addresses .
11
11
12
12
## Install
13
13
16
16
Via Composer
17
17
18
18
``` bash
19
- $ composer require unicodeveloper/laravel-emailVerifier
19
+ $ composer require unicodeveloper/laravel-email-validator
20
20
```
21
21
22
22
Another alternative is to simply add the following line to the require block of your ` composer.json ` file.
23
23
24
24
```
25
- "unicodeveloper/laravel-emailVerifier ": "1.0.*"
25
+ "unicodeveloper/laravel-email-validator ": "1.0.*"
26
26
```
27
27
28
28
Then run ` composer install ` or ` composer update ` to download it and have the autoloader updated.
You can’t perform that action at this time.
0 commit comments