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
How to do 301 redirects in laravel?
What are the three types of authentication?
What is csrf_field () in laravel?
How to create custom library in laravel?
Why laravel is the best framework?
Why are migrations important?
How do I add a 3rd party package to your application like laravel-emoji?
Tell me does laravel support caching?
How to use the custom table in laravel model?
What is active record in laravel?
What is meant by Controller Middleware ?
How can you exclude uris from csrf protection in laravel?
Why use route?
What is report method?
How do I know laravel version?