Skip to content

Commit 0187ea1

Browse files
committed
Merge branch 'develop'
2 parents 4c30c2a + dddf6a0 commit 0187ea1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ easily handle a user verification and validate the e-mail.
66
## VERSIONS
77

88
**This package is Laravel 5.4 compliant.**
9-
A few minor changes remain to be updated for the email queue methods.
9+
10+
A few minor changes remain to be updated for the email markdown support + queue methods.
1011
A 2.3 ; 3.1 ; 4.1 update is coming soon with several improvements.
1112

1213
| 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) | [master](https://github.com/jrean/laravel-user-verification/tree/master) |
@@ -33,7 +34,7 @@ require block of your composer.json file:
3334

3435
{
3536
"require": {
36-
"jrean/laravel-user-verification": "^3.0"
37+
"jrean/laravel-user-verification": "^4.0"
3738
}
3839

3940
}
@@ -45,7 +46,6 @@ Or run the following command:
4546

4647
composer require jrean/laravel-user-verification
4748

48-
4949
### Add the Service Provider & Facade/Alias
5050

5151
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](
122122

123123
## E-MAIL
124124

125+
As of this 4.0 release, the markdown support is not yet available.
126+
125127
This package provides a method to send an e-mail with a link containing the verification token.
126128

127129
- `send(AuthenticatableContract $user, $subject = null, $from = null, $name =

0 commit comments

Comments
 (0)