What is meant by Laravel - Validation ?

Answers were Sorted based on User's Feedback



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

What is meant by Laravel - Validation ?..

Answer / Hari Shanker Vishwakarma

Laravel's validation feature allows developers to validate incoming request data against a set of rules. This ensures that the data adheres to specific format, length, existence and other requirements before it is saved to the database. It uses the Validator class to check the input data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What do you mean by make() method?

1 Answers  


What is auth :: routes ();?

1 Answers  


State the difference between codeigniter and laravel.

1 Answers  


What are the example of services?

1 Answers  


What is the directory structure of laravel 5.6?

1 Answers  


What is blade in laravel?

1 Answers  


How to do 301 redirects in laravel?

1 Answers  


What are events in laravel?

1 Answers  


What is the use of blade?

1 Answers  


What is a Laravel - Encryption ?

1 Answers  


What is laravel contract?

1 Answers  


Tell me how to enable the query logging?

1 Answers  


Categories