Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laracasts committed Sep 2, 2014
1 parent 2323c90 commit 71cf2f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -100,4 +102,4 @@ Now, just inject this object into your controller or application service, and ca

```php
$this->registrationForm->validate(Input::all());
```
```

0 comments on commit 71cf2f2

Please sign in to comment.