What is meant by Laravel - Validation ?
Answer / rajani
Validation is the most important aspect while designing an application and it validates the incoming data.
By default, base controller class uses a ValidatesRequests trait which provides a convenient method to validate incoming HTTP requests with a variety of powerful validation rules.
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you used lumen before?
What is Terminable Middleware ?
Do you know laravel eloquent?
How to get Retrieving the Request URI ?
What is validation in laravel and how it is used?
What are service providers?
How do you install laravel?
How to access session data?
Is laravel an mvc framework?
How to get current environment in laravel?
What route model binding?
What is a Laravel - Encryption ?