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 |
How do I know laravel version?
What is laravel auth guard?
What is meant by Attaching Headers ?
Why middleware is used in laravel?
How can I hide all stack whoops error information when the application is in production?
How to create & register a service provider in laravel 5?
Do you know what is php artisan.
What is reverse path multicasting?
Explain what is mvc architecture?
How to get requested path in laravel?
Where do you regiser service providers?
What is uuid in laravel?