In my Laravel-5.8 application, I have this code:
Controller
$data = AppraisalGoalType::create([ \'name\' => $request->name,