Laravel 5 geting InvalidStateException in AbstractProvider.php

前端 未结 12 1941
心在旅途
心在旅途 2020-12-03 22:30

I am trying to use login with facebook in laravel 5 using Socialize.

Here is my route file code.

Route::get(\'fb\', function ($face         


        
12条回答
  •  星月不相逢
    2020-12-03 22:52

    I don't know if this will help anyone but changing my session driver from file to cookie solved the InvalidException issue for me.

提交回复
热议问题