adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

Laravel 5.4 Support #127

Closed joelcuevas closed 7 years ago

joelcuevas commented 7 years ago

When using on L5.4 I'm getting the following error on BootFormsServiceProvider@53:

Call to undefined method Illuminate\Session\Store::getToken() 

As the L5.4 upgrade guide states, all calls to getToken() should be changed to token(). Other than that, everything looks fine.

@adamwathan do you think that something else should be necessary?

grumpysi commented 7 years ago

+1

Can we get django23's pull request merged?

adamwathan commented 7 years ago

Merged.