Hi,
I encountered the following exception with Laravel 5.4
FatalErrorException in BootstrapperL5ServiceProvider.php line 210:
Call to undefined method Illuminate\Session\Store::getToken()
According to the upgrade docs, this should become ->token()
All calls to the ->getToken() method should be changed to ->token().