adamwathan / bootforms

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

Add section on form attributes. #30

Closed nathanleclaire closed 10 years ago

nathanleclaire commented 10 years ago

I found this really confusing, and had to go digging through the repo to figure out how to do it, so I've documented it as I'm sure it will be a common question :+1:

ping @adamwathan

adamwathan commented 10 years ago

Yeah I tried to point out here that there is more documentation available in the base form package, but you're right that it's confusing that it's not also documented directly in this repo.

The stuff you mentioned in your PR can actually be even simpler :) I'm gonna merge it in and update it with some extra information.

nathanleclaire commented 10 years ago

Cool. Yep I just expected to be able to CMD+F search for "action" or "method" in the top-level README and find what I was after, and it threw me a lot when I couldn't, especially since I'm not very familiar with Laravel !

nathanleclaire commented 10 years ago

Nice work on this BTW!

adamwathan commented 10 years ago

Thanks! When I get a chance I'll try and flesh out the docs with specific sections for each element and make everything a bit more clear. Documentation is the worst :/ haha...