This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
zhangqi
/
yupaosite
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
924d605c43
Ramos
Etiquetas
master
yupaosite
/
app
/
helpers.php
helpers.php
98 B
Histórico
Em bruto
1
2
3
4
5
6
<?php
function str_random($length = 16)
{
return \Illuminate\Support\Str::random($length);
}