Skip to content

Commit 1a4cdd1

Browse files
committed
Update installation.md
1 parent a93059d commit 1a4cdd1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/1.x/installation.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# Requirements
2+
23
***
4+
35
- ```PHP >= 8.0```
46
- ```Laravel >= 9.0```
57
- ```Morilog-Jalali >= 3.x```
68

7-
8-
| GitHub | L6 | L7 | L8 | L9 | L10 |
9-
|-----------|--------------------|--------------------|--------------------|--------------------|--------------------|
10-
| 1.5 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
11-
| 1.6 | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
12-
| 1.7 | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
9+
| GitHub | L6 | L7 | L8 | L9 | L10 |
10+
|--------|----|----|----|----|-----|
11+
| 1.5 ||||||
12+
| 1.6 ||||||
13+
| 1.7 ||||||
1314

1415
# Installation
16+
1517
You can install the package with Composer.
1618

1719
```bash
1820
composer require milwad/laravel-validate
1921
```
2022

2123
# Publish
24+
2225
If you want to publish a lang file for a custom validation message you can run this command in the terminal:
2326

2427
```shell

0 commit comments

Comments
 (0)