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 +```