Laravel gera número aleatório de 6 dígitos
$num_str = sprintf("%06d", mt_rand(1, 999999));
Sanjaya
$num_str = sprintf("%06d", mt_rand(1, 999999));