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
Write code to upload a file in laravel 5?
Tell me what is current stable version of laravel?
What is asset in laravel?
What is meant by Controller Middleware ?
What is a composer, and how can we install laravel by the composer?
What is laravel cms?
How to create custom library in laravel?
how do I install laravel, talk about the different ways?
Explain about Form without CSRF token in Laravel ?
What is the use of db facade?
What is the make method?
Which types of relationships are available in laravel eloquent?
How to Configuration Laravel - Encryption ?
What is a laravel controller?
How do you do dependency injection in laravel?