afnanmumu/package

There is no license information available for the latest version (dev-main) of this package.

dev-main 2023-09-16 10:39 UTC

This package is auto-updated.

Last update: 2024-09-16 12:59:28 UTC


README

A password validator package which checks during registration if the password has length 8 , uppercase , lowercase , symbol , number

package addition

go to 'app\Http\Controllers\Auth\RegisteredUserController.php' and add
$request->validate([
'password' => [
new PasswordValidator
],