Support the ongoing development of Laravel.io →
Input Views Forms
Last updated 1 year ago.
0

The default method for Form::open() is POST, not GET.
So, first try

Route::post('test', function() { ... });

or, alternatively

Form::open(array('url' => 'test', 'method' => 'get'))

PS: it's just amazing how unescaped html in this thread makes the entire forum a jQuery Mobile site, with ajax navigation and css stuff... too bad they're going to fix it! :)

Last updated 1 year ago.
0

popolla said:

The default method for Form::open() is POST, not GET.
So, first try

Route::post('test', function() { ... });

or, alternatively

Form::open(array('url' => 'test', 'method' => 'get'))

PS: it's just amazing how unescaped html in this thread makes the entire forum a jQuery Mobile site, with ajax navigation and css stuff... too bad they're going to fix it! :)

Last updated 1 year ago.
0

Haha yes it is funny. I thought the site kinda looked strange :P

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

JeffreyR jeffreyr Joined 11 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.