softon / sms

Simple SMS Gateway Package for sending short text messages from your Application. Facade for Laravel 5(Updated to work with Laravel 5.5).Currently supported Gateways Clickatell, MVaayoo, Gupshup, SmsAchariya, SmsCountry, SmsLane, Nexmo, Mocker / Any HTTP/s based Gateways are supported by Custom Gateway. Log gateway can be used for testing.
http://softon.github.io/sms/
MIT License
45 stars 27 forks source link

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

Closed ahmedelhadi closed 7 years ago

ahmedelhadi commented 7 years ago

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 commented 7 years ago

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

kumarravisingh commented 5 years ago

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

j33tmane commented 4 years ago

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';