Mostafa Arian Nejad

Results 4 comments of Mostafa Arian Nejad

Same problem here!

> I have the same issue, but before I share my solution I need to mention that this does not happen in all devices. > I am testing with a...

So as @tbanov noted, in /vendor/beyondcode/laravel-credentials/src/EditCredentialsCommand.php there is line below which is accessing wrong config file: `$editor = config('credential.editor', 'vi');` The correct line should be like : `$editor = config('credentials.editor',...

Hi, is it possible to achieve the "changing response content/receiving the response" feature by adding some JS listeners to `JAVASCRIPT_INTERCEPTION_CODE`?