File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 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+
1517You can install the package with Composer.
1618
1719``` bash
1820composer require milwad/laravel-validate
1921```
2022
2123# Publish
24+
2225If you want to publish a lang file for a custom validation message you can run this command in the terminal:
2326
2427``` shell
You can’t perform that action at this time.
0 commit comments