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

Laravel 7 support #58

Closed mattmcdonald-uk closed 4 years ago

mattmcdonald-uk commented 4 years ago

Updated to support Laravel 7.

I also simplified the logic around version checking to prevent the clause growing exponentially with each new release.

voidgraphics commented 4 years ago

Would love to have this merged soon 😁

msurguy commented 4 years ago

@voidgraphics @mattmcdonald-uk this is now merged and new version has been published. Please check it and let me know if something's wrong! Thanks !