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 Implicit Controllers
Define implicit controller.
What is meant by Laravel - Encryption ?
What is a Views ?
What is route in laravel?
What is laravel used for?
How to assign a variable value for all view file?
What is a repl?
How to implement you own package in laravel?
What is method spoofing in laravel?
What is schema in laravel?
How to extend login expire time in auth?