Hard to say without knowing which line is line 39, but I'm going to guess that it's this line.
$request['name'],
You can grab the request properties by saying $request->input('name') or just $request->name.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.