1
1
2
2
<p align =" center " >
3
- <a href =" https://travis-ci.org/josiasmontag/laravel-email-verifictaion " ><img src =" https://travis-ci.org/josiasmontag/laravel-email-verifictaion .svg " alt =" Build Status " ></a >
4
- <a href =" https://packagist.org/packages/josiasmontag/laravel-email-verifictaion " ><img src =" https://poser.pugx.org/josiasmontag/laravel-email-verifictaion /d/total.svg " alt =" Total Downloads " ></a >
5
- <a href =" https://packagist.org/packages/josiasmontag/laravel-email-verifictaion " ><img src =" https://poser.pugx.org/josiasmontag/laravel-email-verifictaion /v/stable.svg " alt =" Latest Stable Version " ></a >
6
- <a href =" https://packagist.org/packages/josiasmontag/laravel-email-verifictaion " ><img src =" https://poser.pugx.org/josiasmontag/laravel-email-verifictaion /license.svg " alt =" License " ></a >
3
+ <a href =" https://travis-ci.org/josiasmontag/laravel-email-verification " ><img src =" https://travis-ci.org/josiasmontag/laravel-email-verification .svg " alt =" Build Status " ></a >
4
+ <a href =" https://packagist.org/packages/josiasmontag/laravel-email-verification " ><img src =" https://poser.pugx.org/josiasmontag/laravel-email-verification /d/total.svg " alt =" Total Downloads " ></a >
5
+ <a href =" https://packagist.org/packages/josiasmontag/laravel-email-verification " ><img src =" https://poser.pugx.org/josiasmontag/laravel-email-verification /v/stable.svg " alt =" Latest Stable Version " ></a >
6
+ <a href =" https://packagist.org/packages/josiasmontag/laravel-email-verification " ><img src =" https://poser.pugx.org/josiasmontag/laravel-email-verification /license.svg " alt =" License " ></a >
7
7
</p >
8
8
9
9
## Introduction
@@ -23,7 +23,7 @@ The Laravel Email Verification package is built for Laravel 5.4 to easily handle
23
23
24
24
To get started, use Composer to add the package to your project's dependencies:
25
25
26
- composer require josiasmontag/laravel-email-verifictaion
26
+ composer require josiasmontag/laravel-email-verification
27
27
28
28
29
29
After installing the email verification package, register the ` Lunaweb\EmailVerification\Providers\EmailVerificationServiceProvider ` in your ` config/app.php ` configuration file:
@@ -44,7 +44,7 @@ This update will be performed by the migrations included with this package.
44
44
To run the migrations from this package use the following command:
45
45
46
46
```
47
- php artisan migrate --path="/vendor/josiasmontag/laravel-email-verifictaion /resources/migrations"
47
+ php artisan migrate --path="/vendor/josiasmontag/laravel-email-verification /resources/migrations"
48
48
```
49
49
50
50
The package tries to guess your ` user ` table by checking what is set in the auth providers users settings.
0 commit comments