-
Notifications
You must be signed in to change notification settings - Fork 5
Data Validation
Hossein Pira edited this page Sep 11, 2023
·
9 revisions
A model used to validate input data to the application. This model is very modern and customizable as well as translatable.
Key | Description |
---|---|
url | Field for validating URLs |
number | Field for validating numeric values |
min | Field for validating minimum string length |
max | Field for validating maximum string length |
required | Field for validating required values |
regex | Field for validating values using regular expression |
Field for validating email addresses |
- 1 - Installation
- 2 - Routing And Database
- 3 - HTTP Request
- 4 - CORS
- 5 - Env File
- 6 - Views
- 7 - Language
- 8 - SPA Without API
- 9 - Data Validation
- 1 - Installation
- 2 - Routing And Database
- 3 - HTTP Request
- 4 - CORS
- 5 - Env File
- 6 - Views
- 7 - Language
- 8 - SPA Without API
- 9 - Data Validation