Answer Posted / 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 |
Post New Answer View All Answers
What is active record in laravel?
What are Uses While Using the properties of Request instance ?
What is meant by Attaching Headers ?
What is laravel used for?
What is a facade?
What is schema in laravel?
How to create migrations in laravel? Explain step by steps.
How do I make a middleware to be run during every http request to an application?
What is laravel tinker?
Explain how to install valet?
What are Global Middleware and Route Middleware ?
What are class traits?
What is trait in laravel?
What is ssrf attack?
Where can I learn laravel?