Illuminate \ Contracts \ Container \ BindingResolutionException Target class [encrypter] does not exist. Previous exceptions Class encrypter does not exist (-1)
-
@shanavas
How did you get this error?
Please describe me more -
In checkout razorpay page, blade file I added some jqery for the payment submission. After submission we will get success or failure message in javascript of the blade file. I try to redirect from blade file in jquery. Then
I got this error -
you have to pass the string, you are sending object as a parameter.
-
window.location.href = {{ route('shop.checkout.success') }} can you help me to correct this - how to modify this as string parameter. I am facing the same issue again and again... I need to redirect location in js
-
Please share your instance show that I can look into it.