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?
Why are migrations important?
How to work with an Error in Laravel ?
Is laravel built on symfony?
what is meant by Laravel - Contracts ?
Explain about laravel project?
What do you understand by eloquent orm?
What is csrf protection in laravel?
What is a recursive helper function?
What are the Severity Levels in Laravel ?
What is difference between implicit and explicit route binding in laravel?
Explain homestead in laravel.