Closed hani221b closed 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.
php artisan optimize
Issue message: Target class [validator] does not exist.
how to reproduce:
1- Add the service provider to app.php config file:
After that whenever I try to run
php artisan optimize
or reach the captcha route I encounter the previous error message.