adamwathan / bootforms

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

Feature: Form Token #4

Closed sicsol closed 11 years ago

sicsol commented 11 years ago

It would be great if the BootForm::open() inserted the Form::token automatically or passing it a value to insert this information

adamwathan commented 11 years ago

Yeah CSRF support is something I want to add eventually, will definitely be added in the future! Right now since the package is totally independent of the built in Laravel form stuff and meant to work with any framework, I can't leverage the code that Taylor already wrote for it.

sicsol commented 11 years ago

No problem i'm using the form::token() for right now.

adamwathan commented 11 years ago

Latest commit adds this, ended up being super easy.