Form::open(array('url' => 'customers-update', 'class' => 'form-horizontal', 'method' => 'put')
above code added an hidden input with name="_method"
and value="put"
source: http://laravel.com/docs/html#opening-a-form (red box)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community