rezasrk

Results 3 comments of rezasrk

> @rezasrk had you found any solutions? hi no

Hi You can use it like below If used API ```php Captcha::shouldReceive('check_api')->andReturn(true); ``` If did not use API ```php Captcha::shouldReceive('check')->andReturn(true); ``` @sinamiandashti @FzSalehi

> on developer console, the response on the request that the captcha sending is 500 server error. Is this issue from .htaccess or Laravel package issue? I'm working on Laravel...