Validation

Validation

Introduction

Laravel provides several different approaches to validate your application's incoming data. By default, Laravel's base controller class uses a ValidatesRequests trait which provides a convenient method to validate incoming HTTP request with a variety of powerful validation rules.

doc_Laravel
2016-11-02 16:44:36
Comments
Leave a Comment

Please login to continue.