File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,12 @@ This project can be installed via [Composer](http://getcomposer.org).
1616To get the latest version of Laravel User Verification, simply add the following line to
1717the require block of your composer.json file:
1818
19- "jrean/laravel-user-verification": "dev-master"
20-
21- or
22-
23- "jrean/laravel-user-verification": "2.2.*"
24-
25- or
19+ {
20+ "require": {
21+ "jrean/laravel-user-verification": "^2.0"
22+ }
2623
27- "jrean/laravel-user-verification": "2.*"
24+ }
2825
2926You'll then need to run ` composer install ` or ` composer update ` to download the
3027package and have the autoloader updated.
@@ -33,6 +30,7 @@ Or run the following command:
3330
3431 "composer require jrean/laravel-user-verification"
3532
33+
3634### Add the Service Provider
3735
3836Once Larvel User Verification is installed, you need to register the service provider.
You can’t perform that action at this time.
0 commit comments