{{ Form::open(array('url' => 'foo/bar')) }}
ahmedmahmoudit said:
{{ Form::open(array('url' => 'foo/bar')) }}
thank u for your help,but i still cant understand why i'm not write the url code like this in the laravel page
{{ Form::open(array('class' => 'form-signin', 'role' => 'form')) }}
but the html code is also genertate the action
action="http://localhost/auth/signin"
the Form have default url?
mgsmus said:
There are examples in documentation, here
thank u for your help,but i still cant understand why i'm not write the url code like this in the laravel page
{{ Form::open(array('class' => 'form-signin', 'role' => 'form')) }}
but the html code is also genertate the action
action="http://localhost/auth/signin"
the Form have default url?
by default it will use current url, just like when u do action=""
az-iar said:
by default it will use current url, just like when u do action=""
aha~ thx~
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community