formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 205 forks source link

Laravel 5.7 support #575

Closed CedNet closed 6 years ago

CedNet commented 6 years ago

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.

CedNet commented 6 years ago

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.