Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Softon\Sms\Gateways\customGateway does not exist #4

Closed
ahmedelhadi opened this issue Sep 8, 2016 · 3 comments
Closed

Class Softon\Sms\Gateways\customGateway does not exist #4

ahmedelhadi opened this issue Sep 8, 2016 · 3 comments

Comments

@ahmedelhadi
Copy link

Dear Softon Author ,

hope all going fine , this issue appear in live version "Class Softon\Sms\Gateways\customGateway does not exist" , but in laravel homestead working fine

Laravel 5.2

@softon
Copy link
Owner

softon commented Apr 3, 2017

Need more info to solve the problem if its still there.

@softon softon closed this as completed May 1, 2017
@kumarravisingh
Copy link

I am having the same issue on live, everything works find on dev server, what Info do you need?

@j33tmane
Copy link

j33tmane commented Apr 3, 2020

i have gone through the same issue..
The thing is on live server if there is a case sensitive file system, you wll get this error.
So u need to perform small change in vendor\softon\sms\src\SmsServiceProvider.php
below line no.22 put this..
if($gateway=='custom')
$gateway = 'Custom';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants