File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ package and have the autoloader updated.
39
39
40
40
Or run the following command:
41
41
42
- " composer require jrean/laravel-user-verification"
42
+ composer require jrean/laravel-user-verification
43
43
44
44
45
45
### Add the Service Provider
@@ -48,13 +48,13 @@ Once Larvel User Verification is installed, you need to register the service pro
48
48
49
49
Open up ` config/app.php ` and add the following to the ` providers ` key:
50
50
51
- * ` Jrean\UserVerification\UserVerificationServiceProvider::class `
51
+ Jrean\UserVerification\UserVerificationServiceProvider::class,
52
52
53
53
### Add the Facade/Alias
54
54
55
55
Open up ` config/app.php ` and add the following to the ` aliases ` key:
56
56
57
- * ` 'UserVerification' => Jrean\UserVerification\Facades\UserVerification::class `
57
+ 'UserVerification' => Jrean\UserVerification\Facades\UserVerification::class
58
58
59
59
## Configuration
60
60
@@ -294,11 +294,11 @@ Where to redirect after a successful verification token verification.
294
294
295
295
Where to redirect after a failling token verification.
296
296
297
- * ` $verificationErrorView = 'errors. user-verification'; `
297
+ * ` $verificationErrorView = 'laravel-user-verification:: user-verification'; `
298
298
299
299
Name of the view returned by the getVerificationError method.
300
300
301
- * ` $verificationErrorView = 'errors .user-verification'; `
301
+ * ` $verificationEmailView = 'emails .user-verification' `
302
302
303
303
Name of the default e-mail view.
304
304
You can’t perform that action at this time.
0 commit comments