URL Shortener
1.0
A Laravel-based URL shortener application
Chargement...
Recherche...
Aucune correspondance
PasswordValidationRules.php
Aller à la documentation de ce fichier.
1
<?php
2
3
namespace
App\Actions\Fortify
;
4
5
use Illuminate\Validation\Rules\Password;
6
7
trait PasswordValidationRules
8
{
14
protected
function
passwordRules(): array
15
{
16
return
[
'required'
,
'string'
, Password::default(),
'confirmed'
];
17
}
18
}
App\Actions\Fortify
Definition
CreateNewUser.php:3
app
Actions
Fortify
PasswordValidationRules.php
Généré le Samedi 7 Février 2026 12:00:11 pour URL Shortener par
1.9.8