You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Upgrading
2
2
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
+
3
8
## From v1 to v2
4
9
5
10
- 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