Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 463 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 463 Bytes

noCAPTCHA (new reCAPTCHA)

Forked of ARCANEDEV/noCAPTCHA but made compatible with Laravel 10 and 11.

Installation

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