mewebstudio / captcha

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

Cannot use Illuminate\Http\Response as Response because the name is already in use #298

Open chan15 opened 3 months ago

chan15 commented 3 months ago

My laravel version is 10, after I upgrade captcha from 3.3 to 3.4 I got this error, and IDE also show this error message too.

image

timseidler commented 3 months ago

This issue extists on Laravel v11 too.

hesamzakerirad commented 3 months ago

Same here. Follow this issue in case a solution is offered.

ZeROZ7 commented 2 months ago

just install version 3.3 and works!.

composer remove mews/captcha composer require mews/captcha:^3.3.0