msurguy / Honeypot

Simple spam prevention package for Laravel applications
maxoffsky.com/code-blog/implementing-honeypot-spam-prevention-in-laravel-applications/
MIT License
429 stars 44 forks source link

Add support for Laravel 5 #21

Closed garygreen closed 9 years ago

garygreen commented 9 years ago

This also cleans up some areas of the service provider and fixes an issue where the form builder is resolved just to add the macros. Instead, macros are added when the form builder is resolved.

Tested and working on 4.0, 4.1, 4.2 and 5

msurguy commented 9 years ago

Thanks @garygreen !!! This was much needed/anticipated PR :)