-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 5.4 : Call to undefined method Illuminate\Session\Store::getToken() #320
Comments
Yes it works thanks |
It's working. |
I think this issue can be closed. Have a good day, |
Downloaded this morning and have this issue. I have the error. I am still new the laravel but i dont see getToken() in the view at all. |
@pbrink231 - could you dump your composer.json here? |
Add to your app\Providers\AppServiceProvider.php in the register()
|
edit the |
@PatrickRose Sorry for the long delay. I deleted my vendor folder. then ran I tried @VladJamir solution but under below is a dump of my composer.json
|
thank u |
SOLUTION Run Command: Enjoy! |
Thank you brother you saved my day. |
Because it was useful only for Laravel <= 5.3 Reference: https://laravel.com/docs/5.4/upgrade#sessions See: patricktalmadge#320
Hi,
I encountered the following exception with Laravel 5.4
According to the upgrade docs, this should become
->token()
The text was updated successfully, but these errors were encountered: