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 |
Explain Laravel - Event Handling ?
What is use keyword in laravel?
How to use cookies in laravel?
What are helper functions in laravel?
Do you know what is laravel elixir?
What is crud in laravel?
How many types of middleware are there in laravel?
What is vagrantfile and homestead.yaml?
Where can I learn laravel?
Difference between Authentication and Authorization ?
What is official website url of laravel?
What is blade template engine?