You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,7 +34,7 @@ require block of your composer.json file:
33
34
34
35
{
35
36
"require": {
36
-
"jrean/laravel-user-verification": "^3.0"
37
+
"jrean/laravel-user-verification": "^4.0"
37
38
}
38
39
39
40
}
@@ -45,7 +46,6 @@ Or run the following command:
45
46
46
47
composer require jrean/laravel-user-verification
47
48
48
-
49
49
### Add the Service Provider & Facade/Alias
50
50
51
51
Once Larvel User Verification is installed, you need to register the service provider in `config/app.php`. Make sure to add the following line **above** the `RouteServiceProvider`.
@@ -122,6 +122,8 @@ For more details about middlewares, please refer to the [Laravel Documentation](
122
122
123
123
## E-MAIL
124
124
125
+
As of this 4.0 release, the markdown support is not yet available.
126
+
125
127
This package provides a method to send an e-mail with a link containing the verification token.
0 commit comments