If you specify the index for the multiple checkbox in both your form and test, then it works. Form:...
You probably figured this out already, but this works for me. (didn't test payload, but headers work...
First, check to see if your route is hot OK. Route::post('contact', function() { dd(Input::all()...
@yield('content') will include everything inside from another view between: @section('content') @sto...
The Laravel portal for problem solving, knowledge sharing and community building.
The community