Laravel: reCAPTCHA v3 the easy way
reCAPTCHA v2 is so last year…
In news regarding bots, I think you may know that Laravel already comes with a way to stop bots in their tracks using a throttler for failed logins. That is usually enough for any simple application, since most of the heavy application logic is under an authenticated user.