I'm trying to create a collection of items that are over due. Here's my code Transaction.php /**...
Here's my view @extends('app') @section('content') {!! Form::open(['url' => 'person', 'class'...
iboinas said: Hope you got the thing about mass assignment. The filling will take in consideration...
iboinas said: So, if the _token input field is set, you should have no problem with the request. Pl...
iboinas said: check the ouput source code in your browser you should have a input type hidden _toke...
lagbox said: Remove the _token (or exclude it) from the array you are passing to Person::create. Pe...
The Laravel portal for problem solving, knowledge sharing and community building.