laravel form

Solutions on MaxInterview for laravel form by the best coders in the world

showing results for - "laravel form"
Barry
11 Mar 2017
1{{ Form::open(array('url' => 'foo/bar')) }}
2    //
3{{ Form::close() }}
Sophie
25 Apr 2019
1{!! Form::open(array('url'=>'dashboard/edit','method'=>'POST', 'files'=>true)) !!}