Skip to content

Commit af799ad

Browse files
authored
Update README.md
1 parent 564a61e commit af799ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You can validate data more easily. The `Laravel Validate` has lots of rule class
1818
This package supports localization and can be used for most languages. <br>
1919
(If some language didn't support, you can <a href="https://github.com/milwad-dev/laravel-validate/pulls">PR</a> for new language)
2020

21+
[AI Documentation](https://deepwiki.com/milwad-dev/laravel-validate)
22+
2123
# Requirements
2224

2325
***
@@ -43,13 +45,13 @@ composer require milwad/laravel-validate
4345

4446
# Publish
4547

46-
If you want to publish config file, you can run below command on your terminal:
48+
If you want to publish a config file, you can run the following command on your terminal:
4749

4850
```shell
4951
php artisan vendor:publish --tag="laravel-validate-config"
5052
```
5153

52-
If you want to publish a lang file for a custom validation message you can run this command in the terminal:
54+
If you want to publish a lang file for a custom validation message, you can run this command in the terminal:
5355

5456
```shell
5557
php artisan vendor:publish --tag="validate-lang-{$lang}"
@@ -65,7 +67,7 @@ You can see the [Support Languages](#support-languages) section if you don't kno
6567

6668
# Configurations
6769

68-
If you may use rules with string like `ValidPhone`, you need to change the config option to `true`:
70+
If you may use rules with a string like `ValidPhone`, you need to change the config option to `true`:
6971

7072
```php
7173
/*

0 commit comments

Comments
 (0)