File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ easily handle a user verification and validate the e-mail.
7
7
8
8
** This package is Laravel 5.4 compliant.**
9
9
10
- | laravel/branch | [ 2.2] ( https://github.com/jrean/laravel-user-verification/tree/2.2 ) | [ 3.0] ( https://github.com/jrean/laravel-user-verification/tree/3.0 ) | [ 4.0 ] ( https://github.com/jrean/laravel-user-verification/tree/4.0 ) | [ 4. 1] ( https://github.com/jrean/laravel-user-verification/tree/4.1 ) | [ master] ( https://github.com/jrean/laravel-user-verification/tree/master ) |
11
- | ---------| -----| -----| -----| -----| ----- ---|
12
- | 5.0.* | x | | | | |
13
- | 5.1.* | x | | | | |
14
- | 5.2.* | x | | | | |
15
- | 5.3.* | | x | | | |
16
- | 5.4.* | | | x | x | x |
10
+ | laravel/branch | [ 2.2] ( https://github.com/jrean/laravel-user-verification/tree/2.2 ) | [ 3.0] ( https://github.com/jrean/laravel-user-verification/tree/3.0 ) | [ 4.1] ( https://github.com/jrean/laravel-user-verification/tree/4.1 ) | [ master] ( https://github.com/jrean/laravel-user-verification/tree/master ) |
11
+ | ---------| -----| -----| -----| --------|
12
+ | 5.0.* | x | | | |
13
+ | 5.1.* | x | | | |
14
+ | 5.2.* | x | | | |
15
+ | 5.3.* | | x | | |
16
+ | 5.4.* | | | x | x |
17
17
18
18
## ABOUT
19
19
@@ -55,7 +55,7 @@ Jrean\UserVerification\UserVerificationServiceProvider::class,
55
55
You may add the following ` aliases ` to your ` config/app.php ` :
56
56
57
57
``` PHP
58
- 'UserVerification' => Jrean\UserVerification\Facades\UserVerification::class
58
+ 'UserVerification' => Jrean\UserVerification\Facades\UserVerification::class,
59
59
```
60
60
61
61
Publish the package config file by running the following command:
You can’t perform that action at this time.
0 commit comments