Laravel has a very efficient and prominent feature of providing validations. This video first discusses about the importance of validations in web development and then about server side validations.
Validations in laravel are already provided within validation.php file like email, required, min (minimum characters allowed), max (maximum characters allowed), lte (less than equal) etc.
Also one can customize the error messages which are predefined in laravel by updating the update array in validation.php file.
============================================
Links for the CRUD Operation:
1. Update data in laravel using resource controllers
• Laravel CRUD: Edit or Update Data wit...
2. Insert data in database using Laravel
• Laravel- Inserting Data Using Forms i...
3. Fetch the data from database using Laravel Resource Controller
• Laravel CRUD: Fetch & Display Data us...
4. Delete data from database using Laravel Resource Controller
• Laravel CRUD - Delete data from MYSQL...
==============================================
#laravelbasics #formvalidationinlaravel #formvalidationinlaravel #laravelformvalidation #validations #laravelvalidations #validationchecks #filtersinlaravel
Thanks for watching the video :)
Kindly give up a Thums Up if you like the video in the comment section below.