I am fairly new to laravel. I am learning it's various components gradually. I was going through one of the tutorials where I found 'Form and Html Facade'. I understand that it automates a few lines of code for us and makes the process faster but does it offer any other advantage apart from this?
Also, I saw we could direct the form to some specific method of a controller on submission. Can we do the same without using a facade too? If yes, please show an example , so that I may follow.
Actually, I have a web-designer's background and I am much more comfortable coding in raw HTML and CSS . So, If I am sure about not missing out some great laravel-tool, I can happily continue with raw HTML codes.