Skip to content

Commit

Permalink
Merge branch 'feature/typo-correction' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darronz committed Feb 5, 2015
2 parents 890ca06 + 4d532ee commit 5a68f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The Laravel 5 base controller now includes a `ValidatesRequests` trait. This tra
]);
}

If the validation fails, an exception will be thrown and the proper HTTP response will automatically be sent back to the browser. The validation errors will even be flashed to the session.! If the request was an AJAX request, Laravel even takes care of sending a JSON representation of the validation errors back to you.
If the validation fails, an exception will be thrown and the proper HTTP response will automatically be sent back to the browser. The validation errors will even be flashed to the session! If the request was an AJAX request, Laravel even takes care of sending a JSON representation of the validation errors back to you.

For more information on this new method, check out [the documentation](/docs/5.0/validation#controller-validation).

Expand Down

0 comments on commit 5a68f04

Please sign in to comment.