adamwathan / bootforms

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

Will there be a support for Laravel 5? #45

Closed daverdalas closed 9 years ago

sdebacker commented 9 years ago

It should be great as a replacement of Form class.

sdebacker commented 9 years ago

It seems to work perfectly with L5.

adamwathan commented 9 years ago

I haven't tested it with Laravel 5 yet but I would be really surprised if it didn't already work :) The only thing I'll really have to look into is if any CSRF token related things changed that I'll have to update in the service provider.

Going to test this afternoon and push out any changes necessary.

adamwathan commented 9 years ago

Double checked, all works great, no changes necessary :) Updated the docs a bit to reflect that.

sdebacker commented 9 years ago

I've found a bug: with input that have brackets in its name, errors are not shown. Not sure if it's laravel 5 only. I made a PR in adamwathan/form repository.