You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,15 @@ $request->validate([
18
18
]);
19
19
```
20
20
21
-
###License
21
+
## License
22
22
This project is licensed under a GNU Lesser General Public License v3.0 which you can find
23
23
[in this LICENSE](https://github.com/laravel-validation-rules/exposed-password/blob/master/LICENSE).
24
24
25
25
26
-
###Feedback
26
+
## Feedback
27
27
If you have any feedback, comments or suggestions, please feel free to open an
28
28
issue within this repository.
29
+
30
+
## Laravel Validation Rules
31
+
32
+
This package is part of the Laravel Validation Rules collection. If you're after more Laravel Validation Rules, head to the [Laravel Validation Rules](https://laravel-validation-rules.github.io/) website.
0 commit comments