Skip to content

Commit

Permalink
Document v3 upgrade steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer authored Sep 26, 2024
1 parent 1dfe325 commit 3449314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upgrading

## From v2 to v3

- Install `wotz/laravel-verification-code` instead of `nextapps/laravel-verification-code`
- Replace all occurrences of `NextApps\VerificationCode` namespace with new `Wotz\VerificationCode` namespace

## From v1 to v2

- 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.
Expand Down

0 comments on commit 3449314

Please sign in to comment.