protected function create(array $data) { //create confirmation code $confirmation_code = str_random(30); //main bulk of user creation $user = User::create([ 'first_name' => $d... Read more
Read more