Skip to content

Commit 3449314

Browse files
authored
Document v3 upgrade steps
1 parent 1dfe325 commit 3449314

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Upgrading
22

3+
## From v2 to v3
4+
5+
- Install `wotz/laravel-verification-code` instead of `nextapps/laravel-verification-code`
6+
- Replace all occurrences of `NextApps\VerificationCode` namespace with new `Wotz\VerificationCode` namespace
7+
38
## From v1 to v2
49

510
- Config variable `expire_hours` has been renamed to `expire_seconds`, rename your config variable and multiply your value by 3600 to have the same behaviour.

0 commit comments

Comments
 (0)