Please take a look at our prerequisites before upgrading!
To update to the latest version inside of your composer.json file make sure to update the version of Voyager inside the require declaration inside of your composer.json to:
tcg/voyager": "1.3.*
And then run composer update
The VoyagerAuth
singleton was introduced in Voyager 1.2 and returned an instance of the guard.
In Voyager 1.3 this singleton was renamed to VoyagerGuard
and now returns the name of the guard as a string. Read more on custom guards here
The voyager.php
configuration file had a few changes.
was removed. The user-model which will be used in the voyager:admin
command is now determined based on the guard.
Be sure to ask us on our slack channel if you are experiencing any issues and we will try and assist. Thanks.