Forked of ARCANEDEV/noCAPTCHA but made compatible with Laravel 10 and 11.
Add to composer:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/goedemiddag/noCAPTCHA.git"
}
],
And then to the require
section:
"arcanedev/no-captcha": "dev-main"
To finish the installation, run:
composer update