Did you mean combining them together?
$users = Users::create(((Input::only('nickname', 'info', 'age') + array('image' => $path)));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community