Your create method is using Route::get()
it should be using Route::post()
to allow the form to POST the data to the URL.
Heres a little more on HTTP methods http://www.w3schools.com/tags/ref_httpmethods.asp http://laravel.com/docs/4.2/routing
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community