Because you have $guarded as an empty array you are saying that its ok to write the whole of the request data into the database.
csrf token _token
is one of the fields in the $request and so an attempt is made to write it to the database.
options;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community