@@ -157,17 +157,13 @@ The package also offers a trait for a quick implementation.
157
157
158
158
#### Actions
159
159
160
- The three following methods are endpoints you can join by defining the proper
160
+ The two following methods are endpoints you can join by defining the proper
161
161
route(s) of your choice.
162
162
163
- * ` getVerificationToken() `
164
-
165
- Handle the verification token generation.
166
-
167
163
* ` getVerification($token) `
168
164
169
- Handle the user verification. It requires a string parameter that should
170
- represent the verification token to verify.
165
+ Handle the user verification. It requires a string parameter representing the
166
+ verification token to verify.
171
167
172
168
* ` getVerificationError() `
173
169
@@ -176,7 +172,7 @@ Do something if the verification fails.
176
172
#### Custom attributes/properties
177
173
178
174
To customize the package behaviour and the redirects you can implement and
179
- customize five (5 ) attributes/properties:
175
+ customize five (6 ) attributes/properties:
180
176
181
177
* ` $redirectIfVerified = '/'; `
182
178
@@ -192,7 +188,7 @@ Where to redirect after a successful verification token verification.
192
188
193
189
* ` $redirectIfVerificationFails = '/auth/verification/error'; `
194
190
195
- Where to redirect after a failling verification token verification.
191
+ Where to redirect after a failling token verification.
196
192
197
193
* ` $verifiationErrorView = 'errors.user-verification'; `
198
194
@@ -296,8 +292,9 @@ Edit the `app\Http\routes.php` file.
296
292
297
293
## Contribute
298
294
299
- This package is (yet) under active development and refactoring.
300
- Please, feel free to comment, contribute and help.
295
+ This package is (yet) under development and refactoring but is ready for
296
+ production. Please, feel free to comment, contribute and help. I will be happy
297
+ to get some help to deliver tests.
301
298
302
299
## License
303
300
0 commit comments