TAGS : Validation

Laravel Unique Validation on Update

In this article, we will see laravel unique validation on update. unique validation rule in laravel is used when you want to validate any email id or mobile number. Here, we will see laravel u...

Laravel

How To Validate URL In PHP With Regex

In this article, we will see how to validate URLs in PHP with regular expressions. Also, you can implement it in laravel or PHP. here we will give you an example of validating URL with a regul...

Laravel PHP

Laravel 8 Form Validation Example

In this tutorial we will see laravel 8 form validation example, form validation in laravel is very common functionalities and it is use in each and every website to validate form field.

H...

Laravel

How To Check Password Strength Using JQuery

In this article I will give you example of how to check password strength using jquery, here I will check whether password strength is fulfill min character requirment or not. jquery vali...

PHP jQuery

How To Validate Password And Confirm Password Using JQuery

In this tutorial I will show you how to validate password and confirm password using jquery. Validation is basic and important feature for authenticate user. So, here I will give you exam...

PHP jQuery HTML

How To Check Email Already Exist Or Not In Laravel

In this post we will see how to check email already exist or not in laravel.when user register with duplicate or exist email id at that time it is very difficult to maintain dat...

Laravel PHP jQuery

How To Validate Upload File Type Using Javascript

Today we will see how to validate upload file type using javascript. here, we easily check the selected file extension with allowed file extensions and we can restrict the user to upload only the a...

Laravel PHP jQuery

RECOMMENDED POSTS

FEATURE POSTS