Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaul committed Jul 24, 2015
1 parent 528a148 commit 606a46e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ At this point the package is installed and you can use it as follows.
Add the honeypot catcher to your form by inserting `Honeypot::generate(..)` like this:

Laravel 5 & above:

{!! Form::open('contact') !!}
...
{!! Honeypot::generate('my_name', 'my_time') !!}
...
{!! Form::close() !!}

Other Laravel versions:

{{ Form::open('contact') }}
...
{{ Honeypot::generate('my_name', 'my_time') }}
Expand Down

0 comments on commit 606a46e

Please sign in to comment.