Forms are one of the most needed parts of working with html and Web Development. We need html forms to collect user input in an accurate and useful way. Bootstrap famously gives some beautiful looking forms in their demo markup, and while they look great, there is no information or direction on how to actually implement the form to collect and process the data. We can process the form with raw PHP just fine, but Larvel makes it about 150% easier. Let’s check out that version of how to do things now, since 150% sounds like a good deal to me.