Illuminate \ Contracts \ Container \ BindingResolutionException Target class [encrypter] does not exist. Previous exceptions Class encrypter does not exist (-1)
- 
					
					
					
					
How to clear cache in server cpanel ?
 - 
					
					
					
					
@shanavas
go to the terminal, hit on project root directory then run php artisan config:cache - 
					
					
					
					
I am using shared server. They have not allowed to access terminal. How can I clear the cache in source code ? Please give me a reply an urgent basis
 - 
					
					
					
					
@shanavas
for now their is no other way to clear cache..you have to ask your hosting provider to allow terminal access then you can clear your project cache. - 
					
					
					
					
window.location.href = {{ route('shop.checkout.success') }}; ErrorException (E_ERROR) htmlspecialchars() expects parameter 1 to be string, object given (View:
How to fix this issue - Urgent Help
 - 
					
					
					
					
@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.