Back to Social Login Support

bashar.ayyash
bashar.ayyash

After installing the plugin, and composer require laravel/socialite 2.* and place the following code in partials/account/signin.htm

{% for name, link in social_login_links %}
      <a href="{{ link }}">{{ name }}</a>
{% endfor %}

When I click on the name of any social link, I get Call to undefined method Illuminate\Session\Store::set()

Screenshot

Current October Build 434 Please Help,

Last updated

1-1 of 1