insert([ 'name' => str_random(10), 'phone' => "01234567890", 'password' => bcrypt('secret'), 'is_verified' => true ]); } }