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 |
Where laravel’s facades are defined?
What is the difference between laravel and symfony?
How can we use middleware in laravel?
What is laravel migration?
What is latest version of laravel?
What are events in laravel?
Which is better django or laravel?
What is an observer in laravel?
What is the difference between contracts vs facades?
Which template engine is used by laravel?
What is a route?
How to make a constant and use globally?