InterviewSolution
Saved Bookmarks
| 1. |
What is validation in laravel and how it is used? |
|
Answer» Validation is the most IMPORTANT thing while designing an application. It validates the incoming DATA. It uses ValidatesRequests trait which provides a convenient method to AUTHENTICATE incoming HTTP requests with POWERFUL validation rules. Here are some Available Validation Rules in Laravel are listed:-
|
|