$command->name, 'description' => $command->description, 'link' => $command->link, 'status' => $command->status, 'order' => $command->order, 'group_id' => $command->group_id, ]); $componentData['enabled'] = $command->enabled; $component = Component::create($componentData); event(new ComponentWasAddedEvent($component)); return $component; } }