From 71cf2f2b181e52c931dda0b04aa4a034fe4b6985 Mon Sep 17 00:00:00 2001 From: laracasts Date: Tue, 2 Sep 2014 17:20:05 -0400 Subject: [PATCH] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 19684ee..5ca2752 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +> If you are using Laravel 4.3, this package is unnecessary. Instead, leverage the new form request classes to perform your validation. + ## Install With Composer ```js @@ -100,4 +102,4 @@ Now, just inject this object into your controller or application service, and ca ```php $this->registrationForm->validate(Input::all()); -``` \ No newline at end of file +```