This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
zhangqi
/
yupaosite
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
924d605c43
Ramas
Etiquetas
master
yupaosite
/
app
/
helpers.php
helpers.php
98 B
Histórico
Raw
1
2
3
4
5
6
<?php
function str_random($length = 16)
{
return \Illuminate\Support\Str::random($length);
}