DEV Community

macnux
macnux

Posted on

Protect Forms Using Honeypot Laravel Spam Protection Technique

Laravel framework has a powerful protection from CSRF, XSS, and SQL injection, but there is no built-in Laravel spam protection.

If you need to protect your form from spam bots, you can use something like Akismet or reCaptcha which provide strong spam protection.

OK, but your users maybe don’t like it because of the nag images that may appear from time to time or solving those puzzles to submit the form.

https://likegeeks.com/laravel-spam-protection/

Thanks in advance.

Top comments (0)