LaravelCollective / html

HTML and Form Builders for the Laravel Framework
MIT License
3.99k stars 792 forks source link

Incomplete docs #570

Open Fieel opened 5 years ago

Fieel commented 5 years ago

As stated in the title.

Is there a page or documentation that showcases properly the possible uses of HtmlBuilder? I had to reach and randomly read the soruce code here multiple times because the docs lack any kind of useful information other than the very basics.

The official docs, https://laravelcollective.com/docs/master/html , don't even include basic features such as the existence of useful input fiels such as "Form::tel". To make things worse, there's nowhere indication on how to use those components, what kind of options does "Form::tel" has? This is just an example.

This is just a positive critique, if you need any help updating the docs let us know. It's frustrating for me, i'm sure lots of people had my same problem. Have a good day 👍

vaughany commented 5 years ago

Agree with @Fieel - the official docs listed as 'master' seem to be based on the 5.4 branch. I'm sure that updating the docs to 5.7 (or even tagging them as such, if not much has changed (although it seems that a lot might have)) would help.