mewebstudio / captcha

Captcha for Laravel 5/6/7/8/9/10/11
MIT License
2.46k stars 453 forks source link

Laravel 11 | Target class [validator] does not exist. #316

Closed hani221b closed 2 months ago

hani221b commented 2 months ago

Issue message: Target class [validator] does not exist.

how to reproduce:

1- Add the service provider to app.php config file:


    'providers' => [
        // ...
        Mews\Captcha\CaptchaServiceProvider::class,
    ]

After that whenever I try to run php artisan optimize or reach the captcha route I encounter the previous error message.