formers/former

Laravel 5.7 support

CedNet opened this issue · 1 comments

Hi, in Laravel 5.7 former fails with:
Call to undefined method Illuminate\Session\Store::getToken(

Possible to fix this? I love this package and can't replace it from my apps.

This was odd. Two projects. One Laravel 5.6, other 5.7. Same composer config:
"anahkiasen/former": "4.0.*@dev",

Yet, one had updated code with a method_exists check for getToken, the other not.

It was fixed removing the former package, running composer update and then re-adding it.

Issue solved.