If you look at this, https://github.com/laravel/framework/blob/4.2/src/Illuminate/Html/FormBuilder.php#L97
If you never feed any options in, Laravel assume this is a POST method, and apparently you didn't have post route setup. That was why you getting that error.
Just define a post route and it should be fixed.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community